Color Hex Logo

#87bfe4 Color Hex

#87BFE4
(135,191,228)
0 Favorites   0 Comments

Color spaces of #87bfe4

RGB 135191228
HSL0.570.630.71
HSV204°41°89°
CMYK 0.410.160.00   0.11
XYZ42.626148.013980.4198
Yxy48.01390.24920.2807
Hunter Lab69.2921-11.4540-20.3070
CIE-Lab74.8337-8.8035-24.1760

#87bfe4 color RGB value is (135,191,228).

#87bfe4 hex color red value is 135, green value is 191 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #87bfe4 hue: 0.57 , saturation: 0.63 and the lightness value of 87bfe4 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10111111 11100100
Octal 207 277 344
Decimal 135 191 228
Hex 87 BF E4

RGB Percentages of Color #87bfe4

%24.37
%34.48
%41.16

CMYK Percentages of Color #87bfe4

%41
%16
%0
%11

Triadic Colors of #87bfe4

#87bfe4 #e487bf #bfe487

Analogous Colors of #87bfe4

#87bfe4 #8791e4 #87e4db

Monochromatic Colors of #87bfe4

#87bfe4

Complementary Color

#87bfe4 #e4ac87

#87bfe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87bfe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#87bfe4 Color CSS Codes

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

#87bfe4 Text Font Color

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

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


#87bfe4 Background Color

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

This div background color is #87bfe4


#87bfe4 Border Color

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

This div border color is #87bfe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87bfe4


Comments

No comments written yet.

Please login to write comment.