Color Hex Logo

#88abdd Color Hex

#88ABDD
(136,171,221)
0 Favorites   0 Comments

Color spaces of #88abdd

RGB 136171221
HSL0.600.560.70
HSV215°38°87°
CMYK 0.380.230.00   0.13
XYZ37.767439.580574.0559
Yxy39.58050.24940.2614
Hunter Lab62.9130-2.9423-25.7520
CIE-Lab69.16970.4786-29.0411

#88abdd color RGB value is (136,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101011 11011101
Octal 210 253 335
Decimal 136 171 221
Hex 88 AB DD

RGB Percentages of Color #88abdd

%25.76
%32.39
%41.86

CMYK Percentages of Color #88abdd

%38
%23
%0
%13

Triadic Colors of #88abdd

#88abdd #dd88ab #abdd88

Analogous Colors of #88abdd

#88abdd #9088dd #88d6dd

Monochromatic Colors of #88abdd

#88abdd

Complementary Color

#88abdd #ddba88

#88abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#88abdd Color CSS Codes

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

#88abdd Text Font Color

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

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


#88abdd Background Color

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

This div background color is #88abdd


#88abdd Border Color

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

This div border color is #88abdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88abdd


Comments

No comments written yet.

Please login to write comment.