Color Hex Logo

#87c3db Color Hex

#87C3DB
(135,195,219)
0 Favorites   0 Comments

Color spaces of #87c3db

RGB 135195219
HSL0.550.540.69
HSV197°38°86°
CMYK 0.380.110.00   0.14
XYZ42.293049.295674.3038
Yxy49.29560.25490.2972
Hunter Lab70.2108-15.3456-13.5988
CIE-Lab75.6349-13.2563-18.0903

#87c3db color RGB value is (135,195,219).

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

The process color (four color CMYK) of #87c3db color hex is 0.38, 0.11, 0.00, 0.14. Web safe color of #87c3db is #99cccc. Color #87c3db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11000011 11011011
Octal 207 303 333
Decimal 135 195 219
Hex 87 C3 DB

RGB Percentages of Color #87c3db

%24.59
%35.52
%39.89

CMYK Percentages of Color #87c3db

%38
%11
%0
%14

Triadic Colors of #87c3db

#87c3db #db87c3 #c3db87

Analogous Colors of #87c3db

#87c3db #8799db #87dbc9

Monochromatic Colors of #87c3db

#87c3db

Complementary Color

#87c3db #db9f87

#87c3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87c3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#87c3db Color CSS Codes

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

#87c3db Text Font Color

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

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


#87c3db Background Color

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

This div background color is #87c3db


#87c3db Border Color

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

This div border color is #87c3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87c3db

#87c3db Color Palettes


Comments

No comments written yet.

Please login to write comment.