Color Hex Logo

#87dbfe Color Hex

#87DBFE
(135,219,254)
0 Favorites   0 Comments

Color spaces of #87dbfe

RGB 135219254
HSL0.550.980.76
HSV198°47°100°
CMYK 0.470.140.00   0.00
XYZ53.212662.9697103.1157
Yxy62.96970.24260.2871
Hunter Lab79.3534-19.1705-21.4969
CIE-Lab83.4264-16.4691-24.9797

#87dbfe color RGB value is (135,219,254).

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

The process color (four color CMYK) of #87dbfe color hex is 0.47, 0.14, 0.00, 0.00. Web safe color of #87dbfe is #99ccff. Color #87dbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11011011 11111110
Octal 207 333 376
Decimal 135 219 254
Hex 87 DB FE

RGB Percentages of Color #87dbfe

%22.20
%36.02
%41.78

CMYK Percentages of Color #87dbfe

%47
%14
%0
%0

Triadic Colors of #87dbfe

#87dbfe #fe87db #dbfe87

Analogous Colors of #87dbfe

#87dbfe #87a0fe #87fee6

Monochromatic Colors of #87dbfe

#87dbfe

Complementary Color

#87dbfe #feaa87

#87dbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87dbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#87dbfe Color CSS Codes

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

#87dbfe Text Font Color

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

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


#87dbfe Background Color

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

This div background color is #87dbfe


#87dbfe Border Color

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

This div border color is #87dbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87dbfe


Comments

No comments written yet.

Please login to write comment.