Color Hex Logo

#afd227 Color Hex

#AFD227
(175,210,39)
0 Favorites   0 Comments

Color spaces of #afd227

RGB 17521039
HSL0.200.690.49
HSV72°81°82°
CMYK 0.170.000.81   0.18
XYZ41.092055.353610.4380
Yxy55.35360.38450.5179
Hunter Lab74.4000-31.612343.7619
CIE-Lab79.2445-32.463172.6807

#afd227 color RGB value is (175,210,39).

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

The process color (four color CMYK) of #afd227 color hex is 0.17, 0.00, 0.81, 0.18. Web safe color of #afd227 is #99cc33. Color #afd227 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 00100111
Octal 257 322 47
Decimal 175 210 39
Hex AF D2 27

RGB Percentages of Color #afd227

%41.27
%49.53
%9.20

CMYK Percentages of Color #afd227

%17
%0
%81
%18

Triadic Colors of #afd227

#afd227 #27afd2 #d227af

Analogous Colors of #afd227

#afd227 #59d227 #d2a027

Monochromatic Colors of #afd227

#afd227

Complementary Color

#afd227 #4a27d2

#afd227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd227 Color CSS Codes

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

#afd227 Text Font Color

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

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


#afd227 Background Color

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

This div background color is #afd227


#afd227 Border Color

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

This div border color is #afd227


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,210,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 #afd227">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd227


Comments

No comments written yet.

Please login to write comment.