Color Hex Logo

#afae0b Color Hex

#AFAE0B
(175,174,11)
0 Favorites   0 Comments

Color spaces of #afae0b

RGB 17517411
HSL0.170.880.36
HSV60°94°69°
CMYK 0.000.010.94   0.31
XYZ32.875739.41026.1908
Yxy39.41020.41890.5022
Hunter Lab62.7775-16.382838.0974
CIE-Lab69.0474-15.603669.7276

#afae0b color RGB value is (175,174,11).

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

The process color (four color CMYK) of #afae0b color hex is 0.00, 0.01, 0.94, 0.31. Web safe color of #afae0b is #999900. Color #afae0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 00001011
Octal 257 256 13
Decimal 175 174 11
Hex AF AE B

RGB Percentages of Color #afae0b

%48.61
%48.33
%3.06

CMYK Percentages of Color #afae0b

%0
%1
%94
%31

Triadic Colors of #afae0b

#afae0b #0bafae #ae0baf

Analogous Colors of #afae0b

#afae0b #5eaf0b #af5c0b

Monochromatic Colors of #afae0b

#afae0b

Complementary Color

#afae0b #0b0caf

#afae0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afae0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afae0b Color CSS Codes

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

#afae0b Text Font Color

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

This sample text font color is #afae0b
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.


#afae0b Background Color

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

This div background color is #afae0b


#afae0b Border Color

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

This div border color is #afae0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afae0b


Comments

No comments written yet.

Please login to write comment.