color codes Logo

#88bcec color codes

#88BCEC
(136,188,236)
0 Favorites   0 Comments

Color spaces of #88bcec

RGB 136188236
HSL0.580.720.73
HSV209°42°93°
CMYK 0.420.200.00   0.07
XYZ43.276947.256886.1974
Yxy47.25680.24490.2674
Hunter Lab68.7436-7.9282-26.2231
CIE-Lab74.3537-4.7967-29.2332

#88bcec color RGB value is (136,188,236).

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

The process color (four color CMYK) of #88bcec color code is 0.42, 0.20, 0.00, 0.07. Web safe color of #88bcec is #99ccff. Color #88bcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111100 11101100
Octal 210 274 354
Decimal 136 188 236
Hex 88 BC EC

RGB Percentages of Color #88bcec

%24.29
%33.57
%42.14

CMYK Percentages of Color #88bcec

%42
%20
%0
%7

Triadic Colors of #88bcec

#88bcec #ec88bc #bcec88

Analogous Colors of #88bcec

#88bcec #888aec #88ecea

Monochromatic Colors of #88bcec

#88bcec

Complementary Color

#88bcec #ecb888

#88bcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bcec Color CSS Codes

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

#88bcec Text Font Color

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

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


#88bcec Background Color

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

This div background color is #88bcec


#88bcec Border Color

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

This div border color is #88bcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bcec


Comments

No comments written yet.

Please login to write comment.