Color Hex Logo

#88feaf Color Hex

#88FEAF
(136,254,175)
0 Favorites   0 Comments

Color spaces of #88feaf

RGB 136254175
HSL0.390.980.76
HSV140°46°100°
CMYK 0.460.000.31   0.00
XYZ53.333079.213053.0361
Yxy79.21300.28740.4268
Hunter Lab89.0017-48.789426.9703
CIE-Lab91.3306-50.228127.6905

#88feaf color RGB value is (136,254,175).

#88feaf hex color red value is 136, green value is 254 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #88feaf hue: 0.39 , saturation: 0.98 and the lightness value of 88feaf is 0.76.

The process color (four color CMYK) of #88feaf color hex is 0.46, 0.00, 0.31, 0.00. Web safe color of #88feaf is #99ff99. Color #88feaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11111110 10101111
Octal 210 376 257
Decimal 136 254 175
Hex 88 FE AF

RGB Percentages of Color #88feaf

%24.07
%44.96
%30.97

CMYK Percentages of Color #88feaf

%46
%0
%31
%0

Triadic Colors of #88feaf

#88feaf #af88fe #feaf88

Analogous Colors of #88feaf

#88feaf #88feea #9cfe88

Monochromatic Colors of #88feaf

#88feaf

Complementary Color

#88feaf #fe88d7

#88feaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88feaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88feaf Color CSS Codes

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

#88feaf Text Font Color

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

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


#88feaf Background Color

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

This div background color is #88feaf


#88feaf Border Color

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

This div border color is #88feaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,254,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88feaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88feaf;
  -webkit-box-shadow: 1px 1px 3px 2px #88feaf;
  box-shadow:         1px 1px 3px 2px #88feaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88feaf

Related Colors


Comments

No comments written yet.

Please login to write comment.