Color Hex Logo

#afb827 Color Hex

#AFB827
(175,184,39)
0 Favorites   0 Comments

Color spaces of #afb827

RGB 17518439
HSL0.180.650.44
HSV64°79°72°
CMYK 0.050.000.79   0.28
XYZ35.185943.54148.4693
Yxy43.54140.40350.4993
Hunter Lab65.9859-20.293138.5803
CIE-Lab71.9209-19.953766.2137

#afb827 color RGB value is (175,184,39).

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

The process color (four color CMYK) of #afb827 color hex is 0.05, 0.00, 0.79, 0.28. Web safe color of #afb827 is #99cc33. Color #afb827 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 00100111
Octal 257 270 47
Decimal 175 184 39
Hex AF B8 27

RGB Percentages of Color #afb827

%43.97
%46.23
%9.80

CMYK Percentages of Color #afb827

%5
%0
%79
%28

Triadic Colors of #afb827

#afb827 #27afb8 #b827af

Analogous Colors of #afb827

#afb827 #67b827 #b87927

Monochromatic Colors of #afb827

#afb827

Complementary Color

#afb827 #3027b8

#afb827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb827 Color CSS Codes

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

#afb827 Text Font Color

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

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


#afb827 Background Color

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

This div background color is #afb827


#afb827 Border Color

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

This div border color is #afb827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb827


Comments

No comments written yet.

Please login to write comment.