Color Hex Logo

#87fbdd Color Hex

#87FBDD
(135,251,221)
0 Favorites   0 Comments

Color spaces of #87fbdd

RGB 135251221
HSL0.460.940.76
HSV164°46°98°
CMYK 0.460.000.12   0.02
XYZ57.540079.365780.6931
Yxy79.36570.26440.3647
Hunter Lab89.0874-40.61308.6578
CIE-Lab91.3995-39.95484.1812

#87fbdd color RGB value is (135,251,221).

#87fbdd hex color red value is 135, green value is 251 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #87fbdd hue: 0.46 , saturation: 0.94 and the lightness value of 87fbdd is 0.76.

The process color (four color CMYK) of #87fbdd color hex is 0.46, 0.00, 0.12, 0.02. Web safe color of #87fbdd is #99ffcc. Color #87fbdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11111011 11011101
Octal 207 373 335
Decimal 135 251 221
Hex 87 FB DD

RGB Percentages of Color #87fbdd

%22.24
%41.35
%36.41

CMYK Percentages of Color #87fbdd

%46
%0
%12
%2

Triadic Colors of #87fbdd

#87fbdd #dd87fb #fbdd87

Analogous Colors of #87fbdd

#87fbdd #87dffb #87fba3

Monochromatic Colors of #87fbdd

#87fbdd

Complementary Color

#87fbdd #fb87a5

#87fbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87fbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#87fbdd Color CSS Codes

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

#87fbdd Text Font Color

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

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


#87fbdd Background Color

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

This div background color is #87fbdd


#87fbdd Border Color

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

This div border color is #87fbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87fbdd


Comments

No comments written yet.

Please login to write comment.