Color Hex Logo

#88abdb Color Hex

#88ABDB
(136,171,219)
0 Favorites   0 Comments

Color spaces of #88abdb

RGB 136171219
HSL0.600.540.70
HSV215°38°86°
CMYK 0.380.220.00   0.14
XYZ37.502439.474572.6606
Yxy39.47450.25060.2638
Hunter Lab62.8287-3.4038-24.5880
CIE-Lab69.0936-0.0552-28.0607

#88abdb color RGB value is (136,171,219).

#88abdb hex color red value is 136, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #88abdb hue: 0.60 , saturation: 0.54 and the lightness value of 88abdb is 0.70.

The process color (four color CMYK) of #88abdb color hex is 0.38, 0.22, 0.00, 0.14. Web safe color of #88abdb is #9999cc. Color #88abdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101011 11011011
Octal 210 253 333
Decimal 136 171 219
Hex 88 AB DB

RGB Percentages of Color #88abdb

%25.86
%32.51
%41.63

CMYK Percentages of Color #88abdb

%38
%22
%0
%14

Triadic Colors of #88abdb

#88abdb #db88ab #abdb88

Analogous Colors of #88abdb

#88abdb #8f88db #88d5db

Monochromatic Colors of #88abdb

#88abdb

Complementary Color

#88abdb #dbb888

#88abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88abdb Color CSS Codes

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

#88abdb Text Font Color

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

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


#88abdb Background Color

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

This div background color is #88abdb


#88abdb Border Color

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

This div border color is #88abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88abdb


Comments

No comments written yet.

Please login to write comment.