Color Hex Logo

#afd211 Color Hex

#AFD211
(175,210,17)
0 Favorites   0 Comments

Color spaces of #afd211

RGB 17521017
HSL0.200.850.45
HSV71°92°82°
CMYK 0.170.000.92   0.18
XYZ40.827055.24769.0424
Yxy55.24760.38840.5256
Hunter Lab74.3287-32.029544.8172
CIE-Lab79.1837-33.015476.8519

#afd211 color RGB value is (175,210,17).

#afd211 hex color red value is 175, green value is 210 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #afd211 hue: 0.20 , saturation: 0.85 and the lightness value of afd211 is 0.45.

The process color (four color CMYK) of #afd211 color hex is 0.17, 0.00, 0.92, 0.18. Web safe color of #afd211 is #99cc00. Color #afd211 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 00010001
Octal 257 322 21
Decimal 175 210 17
Hex AF D2 11

RGB Percentages of Color #afd211

%43.53
%52.24
%4.23

CMYK Percentages of Color #afd211

%17
%0
%92
%18

Triadic Colors of #afd211

#afd211 #11afd2 #d211af

Analogous Colors of #afd211

#afd211 #4fd211 #d29511

Monochromatic Colors of #afd211

#afd211

Complementary Color

#afd211 #3411d2

#afd211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd211 Color CSS Codes

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

#afd211 Text Font Color

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

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


#afd211 Background Color

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

This div background color is #afd211


#afd211 Border Color

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

This div border color is #afd211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd211


Comments

No comments written yet.

Please login to write comment.