Color Hex Logo

#87cefa Color Hex LightSkyBlue

#87CEFA
(135,206,250)
32 Favorites   0 Comments

Color spaces of #87cefa LightSkyBlue

RGB 135206250
HSL0.560.920.75
HSV203°46°98°
CMYK 0.460.180.00   0.02
XYZ49.318356.195698.6900
Yxy56.19560.24150.2752
Hunter Lab74.9637-13.7522-25.5809
CIE-Lab79.7250-10.8233-28.5104

#87cefa color RGB value is (135,206,250). #87cefa color name is LightSkyBlue color.

#87cefa hex color red value is 135, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #87cefa hue: 0.56 , saturation: 0.92 and the lightness value of 87cefa is 0.75.

The process color (four color CMYK) of #87cefa color hex is 0.46, 0.18, 0.00, 0.02. Web safe color of #87cefa is #99ccff. Color #87cefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11001110 11111010
Octal 207 316 372
Decimal 135 206 250
Hex 87 CE FA

RGB Percentages of Color #87cefa

%22.84
%34.86
%42.30

CMYK Percentages of Color #87cefa

%46
%18
%0
%2

Triadic Colors of #87cefa

#87cefa #fa87ce #cefa87

Analogous Colors of #87cefa

#87cefa #8795fa #87faed

Monochromatic Colors of #87cefa

#87cefa

Complementary Color

#87cefa #fab387

#87cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#87cefa Color CSS Codes

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

#87cefa Text Font Color

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

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


#87cefa Background Color

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

This div background color is #87cefa


#87cefa Border Color

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

This div border color is #87cefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87cefa

Related Colors


Comments

No comments written yet.

Please login to write comment.