Color Hex Logo

#87fdde Color Hex

#87FDDE
(135,253,222)
0 Favorites   0 Comments

Color spaces of #87fdde

RGB 135253222
HSL0.460.970.76
HSV164°47°99°
CMYK 0.470.000.12   0.01
XYZ58.301880.675481.6063
Yxy80.67540.26430.3657
Hunter Lab89.8195-41.31989.0052
CIE-Lab91.9871-40.62884.5140

#87fdde color RGB value is (135,253,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11111101 11011110
Octal 207 375 336
Decimal 135 253 222
Hex 87 FD DE

RGB Percentages of Color #87fdde

%22.13
%41.48
%36.39

CMYK Percentages of Color #87fdde

%47
%0
%12
%1

Triadic Colors of #87fdde

#87fdde #de87fd #fdde87

Analogous Colors of #87fdde

#87fdde #87e1fd #87fda3

Monochromatic Colors of #87fdde

#87fdde

Complementary Color

#87fdde #fd87a6

#87fdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87fdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#87fdde Color CSS Codes

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

#87fdde Text Font Color

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

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


#87fdde Background Color

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

This div background color is #87fdde


#87fdde Border Color

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

This div border color is #87fdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87fdde


Comments

No comments written yet.

Please login to write comment.