Color Hex Logo

#87abdf Color Hex

#87ABDF
(135,171,223)
0 Favorites   0 Comments

Color spaces of #87abdf

RGB 135171223
HSL0.600.580.70
HSV215°39°87°
CMYK 0.390.230.00   0.13
XYZ37.873939.604475.4603
Yxy39.60440.24760.2590
Hunter Lab62.9320-2.7058-27.0408
CIE-Lab69.18680.7499-30.1165

#87abdf color RGB value is (135,171,223).

#87abdf hex color red value is 135, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #87abdf hue: 0.60 , saturation: 0.58 and the lightness value of 87abdf is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101011 11011111
Octal 207 253 337
Decimal 135 171 223
Hex 87 AB DF

RGB Percentages of Color #87abdf

%25.52
%32.33
%42.16

CMYK Percentages of Color #87abdf

%39
%23
%0
%13

Triadic Colors of #87abdf

#87abdf #df87ab #abdf87

Analogous Colors of #87abdf

#87abdf #8f87df #87d7df

Monochromatic Colors of #87abdf

#87abdf

Complementary Color

#87abdf #dfbb87

#87abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#87abdf Color CSS Codes

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

#87abdf Text Font Color

<p style="color:#87abdf">Text here</p>

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


#87abdf Background Color

<div style="background-color:#87abdf">
Div content here</div>

This div background color is #87abdf


#87abdf Border Color

<div style="border:3px solid #87abdf">
Div here</div>

This div border color is #87abdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,171,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87abdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87abdf;
  -webkit-box-shadow: 1px 1px 3px 2px #87abdf;
  box-shadow:         1px 1px 3px 2px #87abdf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87abdf


Comments

No comments written yet.

Please login to write comment.