Color Hex Logo

#afb810 Color Hex

#AFB810
(175,184,16)
0 Favorites   0 Comments

Color spaces of #afb810

RGB 17518416
HSL0.180.840.39
HSV63°91°72°
CMYK 0.050.000.91   0.28
XYZ34.913243.43247.0334
Yxy43.43240.40890.5087
Hunter Lab65.9033-20.767839.8047
CIE-Lab71.8475-20.567171.2136

#afb810 color RGB value is (175,184,16).

#afb810 hex color red value is 175, green value is 184 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #afb810 hue: 0.18 , saturation: 0.84 and the lightness value of afb810 is 0.39.

The process color (four color CMYK) of #afb810 color hex is 0.05, 0.00, 0.91, 0.28. Web safe color of #afb810 is #99cc00. Color #afb810 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 00010000
Octal 257 270 20
Decimal 175 184 16
Hex AF B8 10

RGB Percentages of Color #afb810

%46.67
%49.07
%4.27

CMYK Percentages of Color #afb810

%5
%0
%91
%28

Triadic Colors of #afb810

#afb810 #10afb8 #b810af

Analogous Colors of #afb810

#afb810 #5bb810 #b86d10

Monochromatic Colors of #afb810

#afb810

Complementary Color

#afb810 #1910b8

#afb810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb810 Color CSS Codes

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

#afb810 Text Font Color

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

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


#afb810 Background Color

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

This div background color is #afb810


#afb810 Border Color

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

This div border color is #afb810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb810


Comments

No comments written yet.

Please login to write comment.