Color Hex Logo

#87fafd Color Hex

#87FAFD
(135,250,253)
0 Favorites   0 Comments

Color spaces of #87fafd

RGB 135250253
HSL0.500.970.76
HSV182°47°99°
CMYK 0.470.010.00   0.01
XYZ61.906980.6140105.2257
Yxy80.61400.24990.3254
Hunter Lab89.7853-34.0487-6.6364
CIE-Lab91.9597-31.9287-11.5978

#87fafd color RGB value is (135,250,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11111010 11111101
Octal 207 372 375
Decimal 135 250 253
Hex 87 FA FD

RGB Percentages of Color #87fafd

%21.16
%39.18
%39.66

CMYK Percentages of Color #87fafd

%47
%1
%0
%1

Triadic Colors of #87fafd

#87fafd #fd87fa #fafd87

Analogous Colors of #87fafd

#87fafd #87bffd #87fdc5

Monochromatic Colors of #87fafd

#87fafd

Complementary Color

#87fafd #fd8a87

#87fafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87fafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#87fafd Color CSS Codes

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

#87fafd Text Font Color

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

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


#87fafd Background Color

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

This div background color is #87fafd


#87fafd Border Color

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

This div border color is #87fafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87fafd

Related Colors


Comments

No comments written yet.

Please login to write comment.