Color Hex Logo

#87afdb Color Hex

#87AFDB
(135,175,219)
0 Favorites   0 Comments

Color spaces of #87afdb

RGB 135175219
HSL0.590.540.69
HSV211°38°86°
CMYK 0.380.200.00   0.14
XYZ38.107840.925372.9087
Yxy40.92530.25080.2693
Hunter Lab63.9729-5.6225-22.7907
CIE-Lab70.1236-2.5318-26.4836

#87afdb color RGB value is (135,175,219).

#87afdb hex color red value is 135, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #87afdb hue: 0.59 , saturation: 0.54 and the lightness value of 87afdb is 0.69.

The process color (four color CMYK) of #87afdb color hex is 0.38, 0.20, 0.00, 0.14. Web safe color of #87afdb is #9999cc. Color #87afdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10101111 11011011
Octal 207 257 333
Decimal 135 175 219
Hex 87 AF DB

RGB Percentages of Color #87afdb

%25.52
%33.08
%41.40

CMYK Percentages of Color #87afdb

%38
%20
%0
%14

Triadic Colors of #87afdb

#87afdb #db87af #afdb87

Analogous Colors of #87afdb

#87afdb #8987db #87d9db

Monochromatic Colors of #87afdb

#87afdb

Complementary Color

#87afdb #dbb387

#87afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#87afdb Color CSS Codes

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

#87afdb Text Font Color

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

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


#87afdb Background Color

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

This div background color is #87afdb


#87afdb Border Color

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

This div border color is #87afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87afdb


Comments

No comments written yet.

Please login to write comment.