Color Hex Logo

#87aefd Color Hex

#87AEFD
(135,174,253)
0 Favorites   0 Comments

Color spaces of #87aefd

RGB 135174253
HSL0.610.970.76
HSV220°47°99°
CMYK 0.470.310.00   0.01
XYZ42.857342.514898.8759
Yxy42.51480.23260.2307
Hunter Lab65.20343.2197-44.2664
CIE-Lab71.22447.4445-43.2880

#87aefd color RGB value is (135,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101110 11111101
Octal 207 256 375
Decimal 135 174 253
Hex 87 AE FD

RGB Percentages of Color #87aefd

%24.02
%30.96
%45.02

CMYK Percentages of Color #87aefd

%47
%31
%0
%1

Triadic Colors of #87aefd

#87aefd #fd87ae #aefd87

Analogous Colors of #87aefd

#87aefd #9b87fd #87e9fd

Monochromatic Colors of #87aefd

#87aefd

Complementary Color

#87aefd #fdd687

#87aefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87aefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#87aefd Color CSS Codes

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

#87aefd Text Font Color

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

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


#87aefd Background Color

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

This div background color is #87aefd


#87aefd Border Color

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

This div border color is #87aefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87aefd


Comments

No comments written yet.

Please login to write comment.