Color Hex Logo

#afe951 Color Hex

#AFE951
(175,233,81)
0 Favorites   0 Comments

Color spaces of #afe951

RGB 17523381
HSL0.230.780.62
HSV83°65°91°
CMYK 0.250.000.65   0.09
XYZ48.303367.985918.3613
Yxy67.98590.35870.5049
Hunter Lab82.4536-39.724144.5144
CIE-Lab85.9994-40.643565.3656

#afe951 color RGB value is (175,233,81).

#afe951 hex color red value is 175, green value is 233 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #afe951 hue: 0.23 , saturation: 0.78 and the lightness value of afe951 is 0.62.

The process color (four color CMYK) of #afe951 color hex is 0.25, 0.00, 0.65, 0.09. Web safe color of #afe951 is #99ff66. Color #afe951 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101001 01010001
Octal 257 351 121
Decimal 175 233 81
Hex AF E9 51

RGB Percentages of Color #afe951

%35.79
%47.65
%16.56

CMYK Percentages of Color #afe951

%25
%0
%65
%9

Triadic Colors of #afe951

#afe951 #51afe9 #e951af

Analogous Colors of #afe951

#afe951 #63e951 #e9d751

Monochromatic Colors of #afe951

#afe951

Complementary Color

#afe951 #8b51e9

#afe951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe951 Color CSS Codes

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

#afe951 Text Font Color

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

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


#afe951 Background Color

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

This div background color is #afe951


#afe951 Border Color

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

This div border color is #afe951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe951


Comments

No comments written yet.

Please login to write comment.