Color Hex Logo

#88efdf Color Hex

#88EFDF
(136,239,223)
0 Favorites   0 Comments

Color spaces of #88efdf

RGB 136239223
HSL0.470.760.74
HSV171°43°94°
CMYK 0.430.000.07   0.06
XYZ54.339172.295080.9024
Yxy72.29500.26180.3483
Hunter Lab85.0265-34.71973.1043
CIE-Lab88.1104-33.7709-1.6460

#88efdf color RGB value is (136,239,223).

#88efdf hex color red value is 136, green value is 239 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #88efdf hue: 0.47 , saturation: 0.76 and the lightness value of 88efdf is 0.74.

The process color (four color CMYK) of #88efdf color hex is 0.43, 0.00, 0.07, 0.06. Web safe color of #88efdf is #99ffcc. Color #88efdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11101111 11011111
Octal 210 357 337
Decimal 136 239 223
Hex 88 EF DF

RGB Percentages of Color #88efdf

%22.74
%39.97
%37.29

CMYK Percentages of Color #88efdf

%43
%0
%7
%6

Triadic Colors of #88efdf

#88efdf #df88ef #efdf88

Analogous Colors of #88efdf

#88efdf #88ccef #88efac

Monochromatic Colors of #88efdf

#88efdf

Complementary Color

#88efdf #ef8898

#88efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88efdf Color CSS Codes

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

#88efdf Text Font Color

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

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


#88efdf Background Color

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

This div background color is #88efdf


#88efdf Border Color

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

This div border color is #88efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88efdf


Comments

No comments written yet.

Please login to write comment.