Color Hex Logo

#88ecd4 Color Hex

#88ECD4
(136,236,212)
0 Favorites   0 Comments

Color spaces of #88ecd4

RGB 136236212
HSL0.460.720.73
HSV166°42°93°
CMYK 0.420.000.10   0.07
XYZ52.032569.978673.0522
Yxy69.97860.26670.3587
Hunter Lab83.6532-35.36576.7808
CIE-Lab86.9864-34.88282.4755

#88ecd4 color RGB value is (136,236,212).

#88ecd4 hex color red value is 136, green value is 236 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #88ecd4 hue: 0.46 , saturation: 0.72 and the lightness value of 88ecd4 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11101100 11010100
Octal 210 354 324
Decimal 136 236 212
Hex 88 EC D4

RGB Percentages of Color #88ecd4

%23.29
%40.41
%36.30

CMYK Percentages of Color #88ecd4

%42
%0
%10
%7

Triadic Colors of #88ecd4

#88ecd4 #d488ec #ecd488

Analogous Colors of #88ecd4

#88ecd4 #88d2ec #88eca2

Monochromatic Colors of #88ecd4

#88ecd4

Complementary Color

#88ecd4 #ec88a0

#88ecd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88ecd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88ecd4 Color CSS Codes

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

#88ecd4 Text Font Color

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

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


#88ecd4 Background Color

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

This div background color is #88ecd4


#88ecd4 Border Color

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

This div border color is #88ecd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88ecd4


Comments

No comments written yet.

Please login to write comment.