Color Hex Logo

#afb215 Color Hex

#AFB215
(175,178,21)
0 Favorites   0 Comments

Color spaces of #afb215

RGB 17517821
HSL0.170.790.39
HSV61°88°70°
CMYK 0.020.000.88   0.30
XYZ33.734941.00896.8470
Yxy41.00890.41350.5026
Hunter Lab64.0382-18.034238.4874
CIE-Lab70.1822-17.463669.0577

#afb215 color RGB value is (175,178,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 00010101
Octal 257 262 25
Decimal 175 178 21
Hex AF B2 15

RGB Percentages of Color #afb215

%46.79
%47.59
%5.61

CMYK Percentages of Color #afb215

%2
%0
%88
%30

Triadic Colors of #afb215

#afb215 #15afb2 #b215af

Analogous Colors of #afb215

#afb215 #60b215 #b26715

Monochromatic Colors of #afb215

#afb215

Complementary Color

#afb215 #1815b2

#afb215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb215 Color CSS Codes

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

#afb215 Text Font Color

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

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


#afb215 Background Color

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

This div background color is #afb215


#afb215 Border Color

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

This div border color is #afb215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb215


Comments

No comments written yet.

Please login to write comment.