Color Hex Logo

#88addd Color Hex

#88ADDD
(136,173,221)
0 Favorites   0 Comments

Color spaces of #88addd

RGB 136173221
HSL0.590.560.70
HSV214°38°87°
CMYK 0.380.220.00   0.13
XYZ38.148140.341874.1827
Yxy40.34180.24990.2642
Hunter Lab63.5152-3.9420-24.7872
CIE-Lab69.7123-0.6292-28.2060

#88addd color RGB value is (136,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101101 11011101
Octal 210 255 335
Decimal 136 173 221
Hex 88 AD DD

RGB Percentages of Color #88addd

%25.66
%32.64
%41.70

CMYK Percentages of Color #88addd

%38
%22
%0
%13

Triadic Colors of #88addd

#88addd #dd88ad #addd88

Analogous Colors of #88addd

#88addd #8e88dd #88d8dd

Monochromatic Colors of #88addd

#88addd

Complementary Color

#88addd #ddb888

#88addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#88addd Color CSS Codes

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

#88addd Text Font Color

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

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


#88addd Background Color

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

This div background color is #88addd


#88addd Border Color

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

This div border color is #88addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88addd


Comments

No comments written yet.

Please login to write comment.