Color Hex Logo

#87cbfa Color Hex

#87CBFA
(135,203,250)
0 Favorites   0 Comments

Color spaces of #87cbfa

RGB 135203250
HSL0.570.920.75
HSV205°46°98°
CMYK 0.460.190.00   0.02
XYZ48.602954.764998.4515
Yxy54.76490.24080.2714
Hunter Lab74.0033-12.2730-27.0751
CIE-Lab78.9057-9.2437-29.7670

#87cbfa color RGB value is (135,203,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11001011 11111010
Octal 207 313 372
Decimal 135 203 250
Hex 87 CB FA

RGB Percentages of Color #87cbfa

%22.96
%34.52
%42.52

CMYK Percentages of Color #87cbfa

%46
%19
%0
%2

Triadic Colors of #87cbfa

#87cbfa #fa87cb #cbfa87

Analogous Colors of #87cbfa

#87cbfa #8792fa #87faf0

Monochromatic Colors of #87cbfa

#87cbfa

Complementary Color

#87cbfa #fab687

#87cbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87cbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#87cbfa Color CSS Codes

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

#87cbfa Text Font Color

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

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


#87cbfa Background Color

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

This div background color is #87cbfa


#87cbfa Border Color

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

This div border color is #87cbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87cbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.