Color Hex Logo

#87dccb Color Hex

#87DCCB
(135,220,203)
0 Favorites   0 Comments

Color spaces of #87dccb

RGB 135220203
HSL0.470.550.70
HSV168°39°86°
CMYK 0.390.000.08   0.14
XYZ46.364460.649165.7627
Yxy60.64910.26830.3510
Hunter Lab77.8775-30.01574.4476
CIE-Lab82.1897-29.63440.2343

#87dccb color RGB value is (135,220,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11011100 11001011
Octal 207 334 313
Decimal 135 220 203
Hex 87 DC CB

RGB Percentages of Color #87dccb

%24.19
%39.43
%36.38

CMYK Percentages of Color #87dccb

%39
%0
%8
%14

Triadic Colors of #87dccb

#87dccb #cb87dc #dccb87

Analogous Colors of #87dccb

#87dccb #87c3dc #87dca1

Monochromatic Colors of #87dccb

#87dccb

Complementary Color

#87dccb #dc8798

#87dccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87dccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#87dccb Color CSS Codes

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

#87dccb Text Font Color

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

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


#87dccb Background Color

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

This div background color is #87dccb


#87dccb Border Color

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

This div border color is #87dccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,220,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 #87dccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87dccb


Comments

No comments written yet.

Please login to write comment.