Color Hex Logo

#87dbcf Color Hex

#87DBCF
(135,219,207)
0 Favorites   0 Comments

Color spaces of #87dbcf

RGB 135219207
HSL0.480.540.69
HSV171°38°86°
CMYK 0.380.000.05   0.14
XYZ46.585760.318968.2189
Yxy60.31890.26600.3444
Hunter Lab77.6652-28.84512.2871
CIE-Lab82.0112-28.2397-2.1525

#87dbcf color RGB value is (135,219,207).

#87dbcf hex color red value is 135, green value is 219 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #87dbcf hue: 0.48 , saturation: 0.54 and the lightness value of 87dbcf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11011011 11001111
Octal 207 333 317
Decimal 135 219 207
Hex 87 DB CF

RGB Percentages of Color #87dbcf

%24.06
%39.04
%36.90

CMYK Percentages of Color #87dbcf

%38
%0
%5
%14

Triadic Colors of #87dbcf

#87dbcf #cf87db #dbcf87

Analogous Colors of #87dbcf

#87dbcf #87bddb #87dba5

Monochromatic Colors of #87dbcf

#87dbcf

Complementary Color

#87dbcf #db8793

#87dbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87dbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#87dbcf Color CSS Codes

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

#87dbcf Text Font Color

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

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


#87dbcf Background Color

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

This div background color is #87dbcf


#87dbcf Border Color

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

This div border color is #87dbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87dbcf


Comments

No comments written yet.

Please login to write comment.