Color Hex Logo

#88bcca Color Hex

#88BCCA
(136,188,202)
0 Favorites   0 Comments

Color spaces of #88bcca

RGB 136188202
HSL0.540.380.66
HSV193°33°79°
CMYK 0.330.070.00   0.21
XYZ38.797245.464962.6079
Yxy45.46490.26420.3096
Hunter Lab67.4277-15.2913-7.8526
CIE-Lab73.1970-13.5692-12.5226

#88bcca color RGB value is (136,188,202).

#88bcca hex color red value is 136, green value is 188 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #88bcca hue: 0.54 , saturation: 0.38 and the lightness value of 88bcca is 0.66.

The process color (four color CMYK) of #88bcca color hex is 0.33, 0.07, 0.00, 0.21. Web safe color of #88bcca is #99cccc. Color #88bcca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111100 11001010
Octal 210 274 312
Decimal 136 188 202
Hex 88 BC CA

RGB Percentages of Color #88bcca

%25.86
%35.74
%38.40

CMYK Percentages of Color #88bcca

%33
%7
%0
%21

Triadic Colors of #88bcca

#88bcca #ca88bc #bcca88

Analogous Colors of #88bcca

#88bcca #889bca #88cab7

Monochromatic Colors of #88bcca

#88bcca

Complementary Color

#88bcca #ca9688

#88bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bcca Color CSS Codes

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

#88bcca Text Font Color

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

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


#88bcca Background Color

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

This div background color is #88bcca


#88bcca Border Color

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

This div border color is #88bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bcca


Comments

No comments written yet.

Please login to write comment.