Color Hex Logo

#afb213 Color Hex

#AFB213
(175,178,19)
0 Favorites   0 Comments

Color spaces of #afb213

RGB 17517819
HSL0.170.810.39
HSV61°89°70°
CMYK 0.020.000.89   0.30
XYZ33.717141.00186.7531
Yxy41.00180.41380.5033
Hunter Lab64.0326-18.066038.5699
CIE-Lab70.1772-17.504469.4143

#afb213 color RGB value is (175,178,19).

#afb213 hex color red value is 175, green value is 178 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #afb213 hue: 0.17 , saturation: 0.81 and the lightness value of afb213 is 0.39.

The process color (four color CMYK) of #afb213 color hex is 0.02, 0.00, 0.89, 0.30. Web safe color of #afb213 is #999900. Color #afb213 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 00010011
Octal 257 262 23
Decimal 175 178 19
Hex AF B2 13

RGB Percentages of Color #afb213

%47.04
%47.85
%5.11

CMYK Percentages of Color #afb213

%2
%0
%89
%30

Triadic Colors of #afb213

#afb213 #13afb2 #b213af

Analogous Colors of #afb213

#afb213 #60b213 #b26613

Monochromatic Colors of #afb213

#afb213

Complementary Color

#afb213 #1613b2

#afb213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb213 Color CSS Codes

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

#afb213 Text Font Color

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

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


#afb213 Background Color

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

This div background color is #afb213


#afb213 Border Color

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

This div border color is #afb213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb213


Comments

No comments written yet.

Please login to write comment.