Color Hex Logo

#88add5 Color Hex

#88ADD5
(136,173,213)
1 Favorites   0 Comments

Color spaces of #88add5

RGB 136173213
HSL0.590.480.68
HSV211°36°84°
CMYK 0.360.190.00   0.16
XYZ37.107239.925568.7014
Yxy39.92550.25460.2740
Hunter Lab63.1866-5.7501-20.2340
CIE-Lab69.4164-2.7395-24.2702

#88add5 color RGB value is (136,173,213).

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

The process color (four color CMYK) of #88add5 color hex is 0.36, 0.19, 0.00, 0.16. Web safe color of #88add5 is #9999cc. Color #88add5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101101 11010101
Octal 210 255 325
Decimal 136 173 213
Hex 88 AD D5

RGB Percentages of Color #88add5

%26.05
%33.14
%40.80

CMYK Percentages of Color #88add5

%36
%19
%0
%16

Triadic Colors of #88add5

#88add5 #d588ad #add588

Analogous Colors of #88add5

#88add5 #8a88d5 #88d4d5

Monochromatic Colors of #88add5

#88add5

Complementary Color

#88add5 #d5b088

#88add5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88add5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88add5 Color CSS Codes

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

#88add5 Text Font Color

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

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


#88add5 Background Color

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

This div background color is #88add5


#88add5 Border Color

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

This div border color is #88add5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88add5

#88add5 Color Palettes


Comments

No comments written yet.

Please login to write comment.