Color Hex Logo

#88dfea Color Hex

#88DFEA
(136,223,234)
0 Favorites   0 Comments

Color spaces of #88dfea

RGB 136223234
HSL0.520.700.73
HSV187°42°92°
CMYK 0.420.050.00   0.08
XYZ51.392363.950187.4768
Yxy63.95010.25340.3153
Hunter Lab79.9688-25.2316-8.8784
CIE-Lab83.9398-23.4354-13.6164

#88dfea color RGB value is (136,223,234).

#88dfea hex color red value is 136, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #88dfea hue: 0.52 , saturation: 0.70 and the lightness value of 88dfea is 0.73.

The process color (four color CMYK) of #88dfea color hex is 0.42, 0.05, 0.00, 0.08. Web safe color of #88dfea is #99ccff. Color #88dfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011111 11101010
Octal 210 337 352
Decimal 136 223 234
Hex 88 DF EA

RGB Percentages of Color #88dfea

%22.93
%37.61
%39.46

CMYK Percentages of Color #88dfea

%42
%5
%0
%8

Triadic Colors of #88dfea

#88dfea #ea88df #dfea88

Analogous Colors of #88dfea

#88dfea #88aeea #88eac4

Monochromatic Colors of #88dfea

#88dfea

Complementary Color

#88dfea #ea9388

#88dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#88dfea Color CSS Codes

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

#88dfea Text Font Color

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

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


#88dfea Background Color

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

This div background color is #88dfea


#88dfea Border Color

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

This div border color is #88dfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88dfea


Comments

No comments written yet.

Please login to write comment.