Color Hex Logo

#88ceda Color Hex

#88CEDA
(136,206,218)
0 Favorites   0 Comments

Color spaces of #88ceda

RGB 136206218
HSL0.520.530.69
HSV189°38°85°
CMYK 0.380.060.00   0.15
XYZ44.879554.438874.4720
Yxy54.43880.25820.3132
Hunter Lab73.7827-20.5441-8.1961
CIE-Lab78.7169-18.9128-12.9092

#88ceda color RGB value is (136,206,218).

#88ceda hex color red value is 136, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #88ceda hue: 0.52 , saturation: 0.53 and the lightness value of 88ceda is 0.69.

The process color (four color CMYK) of #88ceda color hex is 0.38, 0.06, 0.00, 0.15. Web safe color of #88ceda is #99cccc. Color #88ceda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001110 11011010
Octal 210 316 332
Decimal 136 206 218
Hex 88 CE DA

RGB Percentages of Color #88ceda

%24.29
%36.79
%38.93

CMYK Percentages of Color #88ceda

%38
%6
%0
%15

Triadic Colors of #88ceda

#88ceda #da88ce #ceda88

Analogous Colors of #88ceda

#88ceda #88a5da #88dabd

Monochromatic Colors of #88ceda

#88ceda

Complementary Color

#88ceda #da9488

#88ceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88ceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#88ceda Color CSS Codes

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

#88ceda Text Font Color

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

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


#88ceda Background Color

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

This div background color is #88ceda


#88ceda Border Color

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

This div border color is #88ceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88ceda


Comments

No comments written yet.

Please login to write comment.