Color Hex Logo

#afe008 Color Hex

#AFE008
(175,224,8)
0 Favorites   0 Comments

Color spaces of #afe008

RGB 1752248
HSL0.200.930.45
HSV74°96°88°
CMYK 0.220.000.96   0.12
XYZ44.378762.44289.9434
Yxy62.44280.38010.5348
Hunter Lab79.0208-38.039347.8539
CIE-Lab83.1483-39.467580.8806

#afe008 color RGB value is (175,224,8).

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

The process color (four color CMYK) of #afe008 color hex is 0.22, 0.00, 0.96, 0.12. Web safe color of #afe008 is #99cc00. Color #afe008 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 00001000
Octal 257 340 10
Decimal 175 224 8
Hex AF E0 8

RGB Percentages of Color #afe008

%43.00
%55.04
%1.97

CMYK Percentages of Color #afe008

%22
%0
%96
%12

Triadic Colors of #afe008

#afe008 #08afe0 #e008af

Analogous Colors of #afe008

#afe008 #43e008 #e0a508

Monochromatic Colors of #afe008

#afe008

Complementary Color

#afe008 #3908e0

#afe008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe008 Color CSS Codes

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

#afe008 Text Font Color

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

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


#afe008 Background Color

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

This div background color is #afe008


#afe008 Border Color

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

This div border color is #afe008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe008


Comments

No comments written yet.

Please login to write comment.