Color Hex Logo

#afe027 Color Hex

#AFE027
(175,224,39)
0 Favorites   0 Comments

Color spaces of #afe027

RGB 17522439
HSL0.210.750.52
HSV76°83°88°
CMYK 0.220.000.83   0.12
XYZ44.701162.571811.6410
Yxy62.57180.37590.5262
Hunter Lab79.1023-37.557946.6463
CIE-Lab83.2166-38.824576.1396

#afe027 color RGB value is (175,224,39).

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

The process color (four color CMYK) of #afe027 color hex is 0.22, 0.00, 0.83, 0.12. Web safe color of #afe027 is #99cc33. Color #afe027 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 00100111
Octal 257 340 47
Decimal 175 224 39
Hex AF E0 27

RGB Percentages of Color #afe027

%39.95
%51.14
%8.90

CMYK Percentages of Color #afe027

%22
%0
%83
%12

Triadic Colors of #afe027

#afe027 #27afe0 #e027af

Analogous Colors of #afe027

#afe027 #53e027 #e0b527

Monochromatic Colors of #afe027

#afe027

Complementary Color

#afe027 #5827e0

#afe027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe027 Color CSS Codes

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

#afe027 Text Font Color

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

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


#afe027 Background Color

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

This div background color is #afe027


#afe027 Border Color

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

This div border color is #afe027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe027


Comments

No comments written yet.

Please login to write comment.