Color Hex Logo

#88bdda Color Hex

#88BDDA
(136,189,218)
0 Favorites   0 Comments

Color spaces of #88bdda

RGB 136189218
HSL0.560.530.69
HSV201°38°85°
CMYK 0.380.130.00   0.15
XYZ41.005846.691473.1808
Yxy46.69140.25490.2902
Hunter Lab68.3311-12.4608-15.6662
CIE-Lab73.9919-10.0873-20.0314

#88bdda color RGB value is (136,189,218).

#88bdda hex color red value is 136, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #88bdda hue: 0.56 , saturation: 0.53 and the lightness value of 88bdda is 0.69.

The process color (four color CMYK) of #88bdda color hex is 0.38, 0.13, 0.00, 0.15. Web safe color of #88bdda is #99cccc. Color #88bdda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111101 11011010
Octal 210 275 332
Decimal 136 189 218
Hex 88 BD DA

RGB Percentages of Color #88bdda

%25.05
%34.81
%40.15

CMYK Percentages of Color #88bdda

%38
%13
%0
%15

Triadic Colors of #88bdda

#88bdda #da88bd #bdda88

Analogous Colors of #88bdda

#88bdda #8894da #88dace

Monochromatic Colors of #88bdda

#88bdda

Complementary Color

#88bdda #daa588

#88bdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bdda Color CSS Codes

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

#88bdda Text Font Color

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

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


#88bdda Background Color

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

This div background color is #88bdda


#88bdda Border Color

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

This div border color is #88bdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bdda


Comments

No comments written yet.

Please login to write comment.