Color Hex Logo

#87cbfd Color Hex

#87CBFD
(135,203,253)
0 Favorites   0 Comments

Color spaces of #87cbfd

RGB 135203253
HSL0.570.970.76
HSV205°47°99°
CMYK 0.470.200.00   0.01
XYZ49.077254.9546100.9492
Yxy54.95460.23940.2681
Hunter Lab74.1314-11.5575-28.8468
CIE-Lab79.0151-8.4191-31.2001

#87cbfd color RGB value is (135,203,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11001011 11111101
Octal 207 313 375
Decimal 135 203 253
Hex 87 CB FD

RGB Percentages of Color #87cbfd

%22.84
%34.35
%42.81

CMYK Percentages of Color #87cbfd

%47
%20
%0
%1

Triadic Colors of #87cbfd

#87cbfd #fd87cb #cbfd87

Analogous Colors of #87cbfd

#87cbfd #8790fd #87fdf4

Monochromatic Colors of #87cbfd

#87cbfd

Complementary Color

#87cbfd #fdb987

#87cbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87cbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#87cbfd Color CSS Codes

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

#87cbfd Text Font Color

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

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


#87cbfd Background Color

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

This div background color is #87cbfd


#87cbfd Border Color

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

This div border color is #87cbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87cbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.