Color Hex Logo

#87bfda Color Hex

#87BFDA
(135,191,218)
0 Favorites   0 Comments

Color spaces of #87bfda

RGB 135191218
HSL0.550.530.69
HSV200°38°85°
CMYK 0.380.120.00   0.15
XYZ41.277447.474573.3176
Yxy47.47450.25470.2929
Hunter Lab68.9017-13.6429-14.8586
CIE-Lab74.4923-11.4116-19.2778

#87bfda color RGB value is (135,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111111 11011010
Octal 207 277 332
Decimal 135 191 218
Hex 87 BF DA

RGB Percentages of Color #87bfda

%24.82
%35.11
%40.07

CMYK Percentages of Color #87bfda

%38
%12
%0
%15

Triadic Colors of #87bfda

#87bfda #da87bf #bfda87

Analogous Colors of #87bfda

#87bfda #8796da #87dacc

Monochromatic Colors of #87bfda

#87bfda

Complementary Color

#87bfda #daa287

#87bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bfda Color CSS Codes

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

#87bfda Text Font Color

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

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


#87bfda Background Color

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

This div background color is #87bfda


#87bfda Border Color

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

This div border color is #87bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bfda


Comments

No comments written yet.

Please login to write comment.