Color Hex Logo

#88becd Color Hex

#88BECD
(136,190,205)
0 Favorites   0 Comments

Color spaces of #88becd

RGB 136190205
HSL0.540.410.67
HSV193°34°80°
CMYK 0.340.070.00   0.20
XYZ39.586246.468964.6406
Yxy46.46890.26270.3084
Hunter Lab68.1681-15.6367-8.5042
CIE-Lab73.8488-13.8813-13.1796

#88becd color RGB value is (136,190,205).

#88becd hex color red value is 136, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #88becd hue: 0.54 , saturation: 0.41 and the lightness value of 88becd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111110 11001101
Octal 210 276 315
Decimal 136 190 205
Hex 88 BE CD

RGB Percentages of Color #88becd

%25.61
%35.78
%38.61

CMYK Percentages of Color #88becd

%34
%7
%0
%20

Triadic Colors of #88becd

#88becd #cd88be #becd88

Analogous Colors of #88becd

#88becd #889ccd #88cdba

Monochromatic Colors of #88becd

#88becd

Complementary Color

#88becd #cd9788

#88becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#88becd Color CSS Codes

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

#88becd Text Font Color

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

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


#88becd Background Color

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

This div background color is #88becd


#88becd Border Color

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

This div border color is #88becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88becd


Comments

No comments written yet.

Please login to write comment.