Color Hex Logo

#87dcea Color Hex

#87DCEA
(135,220,234)
0 Favorites   0 Comments

Color spaces of #87dcea

RGB 135220234
HSL0.520.700.72
HSV188°42°92°
CMYK 0.420.060.00   0.08
XYZ50.436262.277887.2045
Yxy62.27780.25230.3115
Hunter Lab78.9163-24.0223-10.2756
CIE-Lab83.0609-22.1891-14.9385

#87dcea color RGB value is (135,220,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11011100 11101010
Octal 207 334 352
Decimal 135 220 234
Hex 87 DC EA

RGB Percentages of Color #87dcea

%22.92
%37.35
%39.73

CMYK Percentages of Color #87dcea

%42
%6
%0
%8

Triadic Colors of #87dcea

#87dcea #ea87dc #dcea87

Analogous Colors of #87dcea

#87dcea #87abea #87eac7

Monochromatic Colors of #87dcea

#87dcea

Complementary Color

#87dcea #ea9587

#87dcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87dcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#87dcea Color CSS Codes

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

#87dcea Text Font Color

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

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


#87dcea Background Color

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

This div background color is #87dcea


#87dcea Border Color

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

This div border color is #87dcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87dcea


Comments

No comments written yet.

Please login to write comment.