Color Hex Logo

#87aafd Color Hex

#87AAFD
(135,170,253)
0 Favorites   0 Comments

Color spaces of #87aafd

RGB 135170253
HSL0.620.970.76
HSV222°47°99°
CMYK 0.470.330.00   0.01
XYZ42.096040.992298.6221
Yxy40.99220.23170.2256
Hunter Lab64.02525.3182-46.5106
CIE-Lab70.17059.7036-44.9393

#87aafd color RGB value is (135,170,253).

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

The process color (four color CMYK) of #87aafd color hex is 0.47, 0.33, 0.00, 0.01. Web safe color of #87aafd is #9999ff. Color #87aafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101010 11111101
Octal 207 252 375
Decimal 135 170 253
Hex 87 AA FD

RGB Percentages of Color #87aafd

%24.19
%30.47
%45.34

CMYK Percentages of Color #87aafd

%47
%33
%0
%1

Triadic Colors of #87aafd

#87aafd #fd87aa #aafd87

Analogous Colors of #87aafd

#87aafd #9f87fd #87e5fd

Monochromatic Colors of #87aafd

#87aafd

Complementary Color

#87aafd #fdda87

#87aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#87aafd Color CSS Codes

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

#87aafd Text Font Color

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

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


#87aafd Background Color

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

This div background color is #87aafd


#87aafd Border Color

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

This div border color is #87aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87aafd


Comments

No comments written yet.

Please login to write comment.