Color Hex Logo

#87bfdf Color Hex

#87BFDF
(135,191,223)
0 Favorites   0 Comments

Color spaces of #87bfdf

RGB 135191223
HSL0.560.580.70
HSV202°39°87°
CMYK 0.390.140.00   0.13
XYZ41.941847.740276.8163
Yxy47.74020.25190.2867
Hunter Lab69.0943-12.5614-17.5503
CIE-Lab74.6608-10.1172-21.7325

#87bfdf color RGB value is (135,191,223).

#87bfdf hex color red value is 135, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #87bfdf hue: 0.56 , saturation: 0.58 and the lightness value of 87bfdf is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111111 11011111
Octal 207 277 337
Decimal 135 191 223
Hex 87 BF DF

RGB Percentages of Color #87bfdf

%24.59
%34.79
%40.62

CMYK Percentages of Color #87bfdf

%39
%14
%0
%13

Triadic Colors of #87bfdf

#87bfdf #df87bf #bfdf87

Analogous Colors of #87bfdf

#87bfdf #8793df #87dfd3

Monochromatic Colors of #87bfdf

#87bfdf

Complementary Color

#87bfdf #dfa787

#87bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bfdf Color CSS Codes

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

#87bfdf Text Font Color

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

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


#87bfdf Background Color

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

This div background color is #87bfdf


#87bfdf Border Color

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

This div border color is #87bfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bfdf


Comments

No comments written yet.

Please login to write comment.