Color Hex Logo

#afe489 Color Hex

#AFE489
(175,228,137)
0 Favorites   0 Comments

Color spaces of #afe489

RGB 175228137
HSL0.260.630.72
HSV95°40°89°
CMYK 0.230.000.40   0.11
XYZ49.938066.406933.8527
Yxy66.40690.33250.4421
Hunter Lab81.4904-33.222032.4131
CIE-Lab85.2035-32.761838.9987

#afe489 color RGB value is (175,228,137).

#afe489 hex color red value is 175, green value is 228 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #afe489 hue: 0.26 , saturation: 0.63 and the lightness value of afe489 is 0.72.

The process color (four color CMYK) of #afe489 color hex is 0.23, 0.00, 0.40, 0.11. Web safe color of #afe489 is #99cc99. Color #afe489 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100100 10001001
Octal 257 344 211
Decimal 175 228 137
Hex AF E4 89

RGB Percentages of Color #afe489

%32.41
%42.22
%25.37

CMYK Percentages of Color #afe489

%23
%0
%40
%11

Triadic Colors of #afe489

#afe489 #89afe4 #e489af

Analogous Colors of #afe489

#afe489 #89e491 #dde489

Monochromatic Colors of #afe489

#afe489

Complementary Color

#afe489 #be89e4

#afe489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe489 Color CSS Codes

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

#afe489 Text Font Color

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

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


#afe489 Background Color

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

This div background color is #afe489


#afe489 Border Color

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

This div border color is #afe489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe489


Comments

No comments written yet.

Please login to write comment.