Color Hex Logo

#87f8dc Color Hex

#87F8DC
(135,248,220)
0 Favorites   0 Comments

Color spaces of #87f8dc

RGB 135248220
HSL0.460.890.75
HSV165°46°97°
CMYK 0.460.000.11   0.03
XYZ56.477377.453079.6834
Yxy77.45300.26440.3626
Hunter Lab88.0074-39.46357.9230
CIE-Lab90.5297-38.82583.4396

#87f8dc color RGB value is (135,248,220).

#87f8dc hex color red value is 135, green value is 248 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #87f8dc hue: 0.46 , saturation: 0.89 and the lightness value of 87f8dc is 0.75.

The process color (four color CMYK) of #87f8dc color hex is 0.46, 0.00, 0.11, 0.03. Web safe color of #87f8dc is #99ffcc. Color #87f8dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11111000 11011100
Octal 207 370 334
Decimal 135 248 220
Hex 87 F8 DC

RGB Percentages of Color #87f8dc

%22.39
%41.13
%36.48

CMYK Percentages of Color #87f8dc

%46
%0
%11
%3

Triadic Colors of #87f8dc

#87f8dc #dc87f8 #f8dc87

Analogous Colors of #87f8dc

#87f8dc #87dcf8 #87f8a4

Monochromatic Colors of #87f8dc

#87f8dc

Complementary Color

#87f8dc #f887a3

#87f8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87f8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87f8dc Color CSS Codes

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

#87f8dc Text Font Color

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

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


#87f8dc Background Color

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

This div background color is #87f8dc


#87f8dc Border Color

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

This div border color is #87f8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87f8dc


Comments

No comments written yet.

Please login to write comment.