color codes Logo

#afb35d color codes

#AFB35D
(175,179,93)
0 Favorites   0 Comments

Color spaces of #afb35d

RGB 17517993
HSL0.170.360.53
HSV63°48°70°
CMYK 0.020.000.48   0.30
XYZ35.775142.144516.6051
Yxy42.14450.37850.4459
Hunter Lab64.9188-15.241130.2778
CIE-Lab70.9704-13.864043.0951

#afb35d color RGB value is (175,179,93).

#afb35d hex color red value is 175, green value is 179 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #afb35d hue: 0.17 , saturation: 0.36 and the lightness value of afb35d is 0.53.

The process color (four color CMYK) of #afb35d color code is 0.02, 0.00, 0.48, 0.30. Web safe color of #afb35d is #99cc66. Color #afb35d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 01011101
Octal 257 263 135
Decimal 175 179 93
Hex AF B3 5D

RGB Percentages of Color #afb35d

%39.15
%40.04
%20.81

CMYK Percentages of Color #afb35d

%2
%0
%48
%30

Triadic Colors of #afb35d

#afb35d #5dafb3 #b35daf

Analogous Colors of #afb35d

#afb35d #84b35d #b38c5d

Monochromatic Colors of #afb35d

#afb35d

Complementary Color

#afb35d #615db3

#afb35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb35d Color CSS Codes

.mybgcolor {background-color:#afb35d; } 
.myforecolor {color:#afb35d; }
.mybordercolor {border:3px solid #afb35d; }

#afb35d Text Font Color

<p style="color:#afb35d">Text here</p>

This sample text font color is #afb35d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#afb35d Background Color

<div style="background-color:#afb35d">
Div content here</div>

This div background color is #afb35d


#afb35d Border Color

<div style="border:3px solid #afb35d">
Div here</div>

This div border color is #afb35d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,179,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afb35d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afb35d;
  -webkit-box-shadow: 1px 1px 3px 2px #afb35d;
  box-shadow:         1px 1px 3px 2px #afb35d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,179,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afb35d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #afb35d;
  -webkit-box-shadow: 1px 1px 3px 2px #afb35d;
  box-shadow:         1px 1px 3px 2px #afb35d;">
Div content here</div>

This div box has shadow with color #afb35d


Comments

No comments written yet.

Please login to write comment.