Color Hex Logo

#88abd2 Color Hex

#88ABD2
(136,171,210)
0 Favorites   0 Comments

Color spaces of #88abd2

RGB 136171210
HSL0.590.450.68
HSV212°35°82°
CMYK 0.350.190.00   0.18
XYZ36.349139.013266.5873
Yxy39.01320.25610.2748
Hunter Lab62.4605-5.4274-19.4849
CIE-Lab68.7608-2.4193-23.6226

#88abd2 color RGB value is (136,171,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101011 11010010
Octal 210 253 322
Decimal 136 171 210
Hex 88 AB D2

RGB Percentages of Color #88abd2

%26.31
%33.08
%40.62

CMYK Percentages of Color #88abd2

%35
%19
%0
%18

Triadic Colors of #88abd2

#88abd2 #d288ab #abd288

Analogous Colors of #88abd2

#88abd2 #8a88d2 #88d0d2

Monochromatic Colors of #88abd2

#88abd2

Complementary Color

#88abd2 #d2af88

#88abd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88abd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88abd2 Color CSS Codes

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

#88abd2 Text Font Color

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

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


#88abd2 Background Color

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

This div background color is #88abd2


#88abd2 Border Color

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

This div border color is #88abd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88abd2


Comments

No comments written yet.

Please login to write comment.