Color Hex Logo

#88adec Color Hex

#88ADEC
(136,173,236)
0 Favorites   0 Comments

Color spaces of #88adec

RGB 136173236
HSL0.610.720.73
HSV218°42°93°
CMYK 0.420.270.00   0.07
XYZ40.237241.177585.1842
Yxy41.17750.24150.2472
Hunter Lab64.1697-0.3697-33.7877
CIE-Lab70.30013.4504-35.4944

#88adec color RGB value is (136,173,236).

#88adec hex color red value is 136, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #88adec hue: 0.61 , saturation: 0.72 and the lightness value of 88adec is 0.73.

The process color (four color CMYK) of #88adec color hex is 0.42, 0.27, 0.00, 0.07. Web safe color of #88adec is #9999ff. Color #88adec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101101 11101100
Octal 210 255 354
Decimal 136 173 236
Hex 88 AD EC

RGB Percentages of Color #88adec

%24.95
%31.74
%43.30

CMYK Percentages of Color #88adec

%42
%27
%0
%7

Triadic Colors of #88adec

#88adec #ec88ad #adec88

Analogous Colors of #88adec

#88adec #9588ec #88dfec

Monochromatic Colors of #88adec

#88adec

Complementary Color

#88adec #ecc788

#88adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#88adec Color CSS Codes

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

#88adec Text Font Color

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

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


#88adec Background Color

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

This div background color is #88adec


#88adec Border Color

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

This div border color is #88adec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88adec


Comments

No comments written yet.

Please login to write comment.