Color Hex Logo

#87dece Color Hex

#87DECE
(135,222,206)
0 Favorites   0 Comments

Color spaces of #87dece

RGB 135222206
HSL0.470.570.70
HSV169°39°87°
CMYK 0.390.000.07   0.13
XYZ47.253561.849767.8402
Yxy61.84970.26710.3495
Hunter Lab78.6446-30.37653.9066
CIE-Lab82.8334-29.9089-0.4177

#87dece color RGB value is (135,222,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11011110 11001110
Octal 207 336 316
Decimal 135 222 206
Hex 87 DE CE

RGB Percentages of Color #87dece

%23.98
%39.43
%36.59

CMYK Percentages of Color #87dece

%39
%0
%7
%13

Triadic Colors of #87dece

#87dece #ce87de #dece87

Analogous Colors of #87dece

#87dece #87c3de #87dea3

Monochromatic Colors of #87dece

#87dece

Complementary Color

#87dece #de8797

#87dece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87dece Color Preview on White Background

Lorem ipsum dolor sit amet.

#87dece Color CSS Codes

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

#87dece Text Font Color

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

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


#87dece Background Color

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

This div background color is #87dece


#87dece Border Color

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

This div border color is #87dece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87dece


Comments

No comments written yet.

Please login to write comment.