Color Hex Logo

#88b8ca Color Hex

#88B8CA
(136,184,202)
0 Favorites   0 Comments

Color spaces of #88b8ca

RGB 136184202
HSL0.550.380.66
HSV196°33°79°
CMYK 0.330.090.00   0.21
XYZ37.954543.779562.3270
Yxy43.77950.26350.3039
Hunter Lab66.1661-13.3986-9.5336
CIE-Lab72.0809-11.4636-14.1978

#88b8ca color RGB value is (136,184,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111000 11001010
Octal 210 270 312
Decimal 136 184 202
Hex 88 B8 CA

RGB Percentages of Color #88b8ca

%26.05
%35.25
%38.70

CMYK Percentages of Color #88b8ca

%33
%9
%0
%21

Triadic Colors of #88b8ca

#88b8ca #ca88b8 #b8ca88

Analogous Colors of #88b8ca

#88b8ca #8897ca #88cabb

Monochromatic Colors of #88b8ca

#88b8ca

Complementary Color

#88b8ca #ca9a88

#88b8ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88b8ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#88b8ca Color CSS Codes

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

#88b8ca Text Font Color

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

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


#88b8ca Background Color

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

This div background color is #88b8ca


#88b8ca Border Color

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

This div border color is #88b8ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,184,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 #88b8ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88b8ca


Comments

No comments written yet.

Please login to write comment.