Color Hex Logo

#88bde1 Color Hex

#88BDE1
(136,189,225)
0 Favorites   0 Comments

Color spaces of #88bde1

RGB 136189225
HSL0.570.600.71
HSV204°40°88°
CMYK 0.400.160.00   0.12
XYZ41.941547.065778.1082
Yxy47.06570.25100.2816
Hunter Lab68.6044-10.9314-19.4803
CIE-Lab74.2318-8.2689-23.4647

#88bde1 color RGB value is (136,189,225).

#88bde1 hex color red value is 136, green value is 189 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #88bde1 hue: 0.57 , saturation: 0.60 and the lightness value of 88bde1 is 0.71.

The process color (four color CMYK) of #88bde1 color hex is 0.40, 0.16, 0.00, 0.12. Web safe color of #88bde1 is #99cccc. Color #88bde1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111101 11100001
Octal 210 275 341
Decimal 136 189 225
Hex 88 BD E1

RGB Percentages of Color #88bde1

%24.73
%34.36
%40.91

CMYK Percentages of Color #88bde1

%40
%16
%0
%12

Triadic Colors of #88bde1

#88bde1 #e188bd #bde188

Analogous Colors of #88bde1

#88bde1 #8891e1 #88e1d9

Monochromatic Colors of #88bde1

#88bde1

Complementary Color

#88bde1 #e1ac88

#88bde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bde1 Color CSS Codes

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

#88bde1 Text Font Color

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

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


#88bde1 Background Color

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

This div background color is #88bde1


#88bde1 Border Color

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

This div border color is #88bde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bde1


Comments

No comments written yet.

Please login to write comment.