Color Hex Logo

#87dcdf Color Hex

#87DCDF
(135,220,223)
0 Favorites   0 Comments

Color spaces of #87dcdf

RGB 135220223
HSL0.510.580.70
HSV182°39°87°
CMYK 0.390.010.00   0.13
XYZ48.904261.665079.1371
Yxy61.66500.25780.3251
Hunter Lab78.5271-26.2581-4.7816
CIE-Lab82.7349-24.9248-9.5868

#87dcdf color RGB value is (135,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11011100 11011111
Octal 207 334 337
Decimal 135 220 223
Hex 87 DC DF

RGB Percentages of Color #87dcdf

%23.36
%38.06
%38.58

CMYK Percentages of Color #87dcdf

%39
%1
%0
%13

Triadic Colors of #87dcdf

#87dcdf #df87dc #dcdf87

Analogous Colors of #87dcdf

#87dcdf #87b0df #87dfb6

Monochromatic Colors of #87dcdf

#87dcdf

Complementary Color

#87dcdf #df8a87

#87dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#87dcdf Color CSS Codes

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

#87dcdf Text Font Color

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

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


#87dcdf Background Color

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

This div background color is #87dcdf


#87dcdf Border Color

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

This div border color is #87dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87dcdf


Comments

No comments written yet.

Please login to write comment.