Color Hex Logo

#88bdec Color Hex

#88BDEC
(136,189,236)
0 Favorites   0 Comments

Color spaces of #88bdec

RGB 136189236
HSL0.580.720.73
HSV208°42°93°
CMYK 0.420.200.00   0.07
XYZ43.491347.685686.2689
Yxy47.68560.24510.2687
Hunter Lab69.0548-8.4250-25.7316
CIE-Lab74.6262-5.3370-28.8145

#88bdec color RGB value is (136,189,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111101 11101100
Octal 210 275 354
Decimal 136 189 236
Hex 88 BD EC

RGB Percentages of Color #88bdec

%24.24
%33.69
%42.07

CMYK Percentages of Color #88bdec

%42
%20
%0
%7

Triadic Colors of #88bdec

#88bdec #ec88bd #bdec88

Analogous Colors of #88bdec

#88bdec #888bec #88ece9

Monochromatic Colors of #88bdec

#88bdec

Complementary Color

#88bdec #ecb788

#88bdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bdec Color CSS Codes

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

#88bdec Text Font Color

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

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


#88bdec Background Color

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

This div background color is #88bdec


#88bdec Border Color

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

This div border color is #88bdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bdec


Comments

No comments written yet.

Please login to write comment.