Color Hex Logo

#87cefc Color Hex

#87CEFC
(135,206,252)
0 Favorites   0 Comments

Color spaces of #87cefc

RGB 135206252
HSL0.570.950.76
HSV204°46°99°
CMYK 0.460.180.00   0.01
XYZ49.633756.3218100.3507
Yxy56.32180.24060.2730
Hunter Lab75.0479-13.2809-26.7465
CIE-Lab79.7966-10.2772-29.4666

#87cefc color RGB value is (135,206,252).

#87cefc hex color red value is 135, green value is 206 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #87cefc hue: 0.57 , saturation: 0.95 and the lightness value of 87cefc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11001110 11111100
Octal 207 316 374
Decimal 135 206 252
Hex 87 CE FC

RGB Percentages of Color #87cefc

%22.77
%34.74
%42.50

CMYK Percentages of Color #87cefc

%46
%18
%0
%1

Triadic Colors of #87cefc

#87cefc #fc87ce #cefc87

Analogous Colors of #87cefc

#87cefc #8794fc #87fcf0

Monochromatic Colors of #87cefc

#87cefc

Complementary Color

#87cefc #fcb587

#87cefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87cefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#87cefc Color CSS Codes

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

#87cefc Text Font Color

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

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


#87cefc Background Color

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

This div background color is #87cefc


#87cefc Border Color

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

This div border color is #87cefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87cefc

Related Colors


Comments

No comments written yet.

Please login to write comment.