Color Hex Logo

#87ddcb Color Hex

#87DDCB
(135,221,203)
0 Favorites   0 Comments

Color spaces of #87ddcb

RGB 135221203
HSL0.470.560.70
HSV167°39°87°
CMYK 0.390.000.08   0.13
XYZ46.627661.175665.8504
Yxy61.17560.26850.3523
Hunter Lab78.2148-30.46364.8331
CIE-Lab82.4731-30.11220.6477

#87ddcb color RGB value is (135,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11011101 11001011
Octal 207 335 313
Decimal 135 221 203
Hex 87 DD CB

RGB Percentages of Color #87ddcb

%24.15
%39.53
%36.31

CMYK Percentages of Color #87ddcb

%39
%0
%8
%13

Triadic Colors of #87ddcb

#87ddcb #cb87dd #ddcb87

Analogous Colors of #87ddcb

#87ddcb #87c4dd #87dda0

Monochromatic Colors of #87ddcb

#87ddcb

Complementary Color

#87ddcb #dd8799

#87ddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87ddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#87ddcb Color CSS Codes

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

#87ddcb Text Font Color

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

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


#87ddcb Background Color

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

This div background color is #87ddcb


#87ddcb Border Color

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

This div border color is #87ddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87ddcb


Comments

No comments written yet.

Please login to write comment.