Color Hex Logo

#afd927 Color Hex

#AFD927
(175,217,39)
0 Favorites   0 Comments

Color spaces of #afd927

RGB 17521739
HSL0.210.700.50
HSV74°82°85°
CMYK 0.190.000.82   0.15
XYZ42.858358.886211.0268
Yxy58.88620.38000.5222
Hunter Lab76.7373-34.597045.1964
CIE-Lab81.2290-35.675874.4125

#afd927 color RGB value is (175,217,39).

#afd927 hex color red value is 175, green value is 217 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #afd927 hue: 0.21 , saturation: 0.70 and the lightness value of afd927 is 0.50.

The process color (four color CMYK) of #afd927 color hex is 0.19, 0.00, 0.82, 0.15. Web safe color of #afd927 is #99cc33. Color #afd927 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011001 00100111
Octal 257 331 47
Decimal 175 217 39
Hex AF D9 27

RGB Percentages of Color #afd927

%40.60
%50.35
%9.05

CMYK Percentages of Color #afd927

%19
%0
%82
%15

Triadic Colors of #afd927

#afd927 #27afd9 #d927af

Analogous Colors of #afd927

#afd927 #56d927 #d9aa27

Monochromatic Colors of #afd927

#afd927

Complementary Color

#afd927 #5127d9

#afd927 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd927 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd927 Color CSS Codes

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

#afd927 Text Font Color

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

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


#afd927 Background Color

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

This div background color is #afd927


#afd927 Border Color

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

This div border color is #afd927


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd927


Comments

No comments written yet.

Please login to write comment.