Color Hex Logo

#87cdde Color Hex

#87CDDE
(135,205,222)
0 Favorites   0 Comments

Color spaces of #87cdde

RGB 135205222
HSL0.530.570.70
HSV192°39°87°
CMYK 0.390.080.00   0.13
XYZ45.007854.087577.1750
Yxy54.08750.25530.3068
Hunter Lab73.5442-19.4634-10.7361
CIE-Lab78.5127-17.6621-15.3679

#87cdde color RGB value is (135,205,222).

#87cdde hex color red value is 135, green value is 205 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #87cdde hue: 0.53 , saturation: 0.57 and the lightness value of 87cdde is 0.70.

The process color (four color CMYK) of #87cdde color hex is 0.39, 0.08, 0.00, 0.13. Web safe color of #87cdde is #99cccc. Color #87cdde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11001101 11011110
Octal 207 315 336
Decimal 135 205 222
Hex 87 CD DE

RGB Percentages of Color #87cdde

%24.02
%36.48
%39.50

CMYK Percentages of Color #87cdde

%39
%8
%0
%13

Triadic Colors of #87cdde

#87cdde #de87cd #cdde87

Analogous Colors of #87cdde

#87cdde #87a2de #87dec4

Monochromatic Colors of #87cdde

#87cdde

Complementary Color

#87cdde #de9887

#87cdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87cdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#87cdde Color CSS Codes

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

#87cdde Text Font Color

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

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


#87cdde Background Color

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

This div background color is #87cdde


#87cdde Border Color

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

This div border color is #87cdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87cdde


Comments

No comments written yet.

Please login to write comment.