Color Hex Logo

#87dcdb Color Hex

#87DCDB
(135,220,219)
0 Favorites   0 Comments

Color spaces of #87dcdb

RGB 135220219
HSL0.500.550.70
HSV179°39°86°
CMYK 0.390.000.00   0.14
XYZ48.371161.451876.3298
Yxy61.45180.25980.3301
Hunter Lab78.3912-27.0416-2.8571
CIE-Lab82.6210-25.8949-7.6313

#87dcdb color RGB value is (135,220,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11011100 11011011
Octal 207 334 333
Decimal 135 220 219
Hex 87 DC DB

RGB Percentages of Color #87dcdb

%23.52
%38.33
%38.15

CMYK Percentages of Color #87dcdb

%39
%0
%0
%14

Triadic Colors of #87dcdb

#87dcdb #db87dc #dcdb87

Analogous Colors of #87dcdb

#87dcdb #87b3dc #87dcb1

Monochromatic Colors of #87dcdb

#87dcdb

Complementary Color

#87dcdb #dc8788

#87dcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87dcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#87dcdb Color CSS Codes

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

#87dcdb Text Font Color

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

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


#87dcdb Background Color

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

This div background color is #87dcdb


#87dcdb Border Color

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

This div border color is #87dcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87dcdb


Comments

No comments written yet.

Please login to write comment.