Color Hex Logo

#87eacf Color Hex

#87EACF
(135,234,207)
0 Favorites   0 Comments

Color spaces of #87eacf

RGB 135234207
HSL0.450.700.72
HSV164°42°92°
CMYK 0.420.000.12   0.08
XYZ50.677068.501569.5826
Yxy68.50150.26850.3629
Hunter Lab82.7656-35.54528.0897
CIE-Lab86.2566-35.32044.0343

#87eacf color RGB value is (135,234,207).

#87eacf hex color red value is 135, green value is 234 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #87eacf hue: 0.45 , saturation: 0.70 and the lightness value of 87eacf is 0.72.

The process color (four color CMYK) of #87eacf color hex is 0.42, 0.00, 0.12, 0.08. Web safe color of #87eacf is #99ffcc. Color #87eacf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11101010 11001111
Octal 207 352 317
Decimal 135 234 207
Hex 87 EA CF

RGB Percentages of Color #87eacf

%23.44
%40.63
%35.94

CMYK Percentages of Color #87eacf

%42
%0
%12
%8

Triadic Colors of #87eacf

#87eacf #cf87ea #eacf87

Analogous Colors of #87eacf

#87eacf #87d4ea #87ea9e

Monochromatic Colors of #87eacf

#87eacf

Complementary Color

#87eacf #ea87a2

#87eacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87eacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#87eacf Color CSS Codes

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

#87eacf Text Font Color

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

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


#87eacf Background Color

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

This div background color is #87eacf


#87eacf Border Color

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

This div border color is #87eacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87eacf


Comments

No comments written yet.

Please login to write comment.