Color Hex Logo

#afe154 Color Hex

#AFE154
(175,225,84)
0 Favorites   0 Comments

Color spaces of #afe154

RGB 17522584
HSL0.230.700.61
HSV81°63°88°
CMYK 0.220.000.63   0.12
XYZ46.204663.604518.2292
Yxy63.60450.36090.4968
Hunter Lab79.7524-36.152742.2746
CIE-Lab83.7594-36.853061.7692

#afe154 color RGB value is (175,225,84).

#afe154 hex color red value is 175, green value is 225 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #afe154 hue: 0.23 , saturation: 0.70 and the lightness value of afe154 is 0.61.

The process color (four color CMYK) of #afe154 color hex is 0.22, 0.00, 0.63, 0.12. Web safe color of #afe154 is #99cc66. Color #afe154 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 01010100
Octal 257 341 124
Decimal 175 225 84
Hex AF E1 54

RGB Percentages of Color #afe154

%36.16
%46.49
%17.36

CMYK Percentages of Color #afe154

%22
%0
%63
%12

Triadic Colors of #afe154

#afe154 #54afe1 #e154af

Analogous Colors of #afe154

#afe154 #69e154 #e1cd54

Monochromatic Colors of #afe154

#afe154

Complementary Color

#afe154 #8654e1

#afe154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe154 Color CSS Codes

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

#afe154 Text Font Color

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

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


#afe154 Background Color

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

This div background color is #afe154


#afe154 Border Color

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

This div border color is #afe154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe154


Comments

No comments written yet.

Please login to write comment.