Color Hex Logo

#87bfce Color Hex

#87BFCE
(135,191,206)
2 Favorites   0 Comments

Color spaces of #87bfce

RGB 135191206
HSL0.540.420.67
HSV193°34°81°
CMYK 0.340.070.00   0.19
XYZ39.763146.868765.3434
Yxy46.86870.26160.3084
Hunter Lab68.4607-16.1306-8.6678
CIE-Lab74.1057-14.4334-13.3436

#87bfce color RGB value is (135,191,206).

#87bfce hex color red value is 135, green value is 191 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #87bfce hue: 0.54 , saturation: 0.42 and the lightness value of 87bfce is 0.67.

The process color (four color CMYK) of #87bfce color hex is 0.34, 0.07, 0.00, 0.19. Web safe color of #87bfce is #99cccc. Color #87bfce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111111 11001110
Octal 207 277 316
Decimal 135 191 206
Hex 87 BF CE

RGB Percentages of Color #87bfce

%25.38
%35.90
%38.72

CMYK Percentages of Color #87bfce

%34
%7
%0
%19

Triadic Colors of #87bfce

#87bfce #ce87bf #bfce87

Analogous Colors of #87bfce

#87bfce #879cce #87ceba

Monochromatic Colors of #87bfce

#87bfce

Complementary Color

#87bfce #ce9687

#87bfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bfce Color CSS Codes

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

#87bfce Text Font Color

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

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


#87bfce Background Color

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

This div background color is #87bfce


#87bfce Border Color

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

This div border color is #87bfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bfce


Comments

No comments written yet.

Please login to write comment.