Color Hex Logo

#afef90 Color Hex

#AFEF90
(175,239,144)
0 Favorites   0 Comments

Color spaces of #afef90

RGB 175239144
HSL0.280.750.75
HSV100°40°94°
CMYK 0.270.000.40   0.06
XYZ53.579772.860637.6251
Yxy72.86060.32660.4441
Hunter Lab85.3584-37.332333.6165
CIE-Lab88.3812-36.880339.6208

#afef90 color RGB value is (175,239,144).

#afef90 hex color red value is 175, green value is 239 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #afef90 hue: 0.28 , saturation: 0.75 and the lightness value of afef90 is 0.75.

The process color (four color CMYK) of #afef90 color hex is 0.27, 0.00, 0.40, 0.06. Web safe color of #afef90 is #99ff99. Color #afef90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 10010000
Octal 257 357 220
Decimal 175 239 144
Hex AF EF 90

RGB Percentages of Color #afef90

%31.36
%42.83
%25.81

CMYK Percentages of Color #afef90

%27
%0
%40
%6

Triadic Colors of #afef90

#afef90 #90afef #ef90af

Analogous Colors of #afef90

#afef90 #90efa1 #dfef90

Monochromatic Colors of #afef90

#afef90

Complementary Color

#afef90 #d090ef

#afef90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afef90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afef90 Color CSS Codes

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

#afef90 Text Font Color

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

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


#afef90 Background Color

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

This div background color is #afef90


#afef90 Border Color

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

This div border color is #afef90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afef90


Comments

No comments written yet.

Please login to write comment.