Color Hex Logo

#87cfea Color Hex

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

Color spaces of #87cfea

RGB 135207234
HSL0.550.700.72
HSV196°42°92°
CMYK 0.420.120.00   0.08
XYZ47.155855.717186.1110
Yxy55.71710.24950.2948
Hunter Lab74.6439-17.8606-16.1477
CIE-Lab79.4525-15.6093-20.3803

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

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

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

Base Numbers

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

RGB Percentages of Color #87cfea

%23.44
%35.94
%40.63

CMYK Percentages of Color #87cfea

%42
%12
%0
%8

Triadic Colors of #87cfea

#87cfea #ea87cf #cfea87

Analogous Colors of #87cfea

#87cfea #879eea #87ead4

Monochromatic Colors of #87cfea

#87cfea

Complementary Color

#87cfea #eaa287

#87cfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87cfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#87cfea Color CSS Codes

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

#87cfea Text Font Color

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

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


#87cfea Background Color

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

This div background color is #87cfea


#87cfea Border Color

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

This div border color is #87cfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87cfea


Comments

No comments written yet.

Please login to write comment.