Color Hex Logo

#87dde6 Color Hex

#87DDE6
(135,221,230)
0 Favorites   0 Comments

Color spaces of #87dde6

RGB 135221230
HSL0.520.660.72
HSV186°41°90°
CMYK 0.410.040.00   0.10
XYZ50.131162.577084.2993
Yxy62.57700.25450.3176
Hunter Lab79.1056-25.3152-7.8087
CIE-Lab83.2193-23.6897-12.5795

#87dde6 color RGB value is (135,221,230).

#87dde6 hex color red value is 135, green value is 221 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #87dde6 hue: 0.52 , saturation: 0.66 and the lightness value of 87dde6 is 0.72.

The process color (four color CMYK) of #87dde6 color hex is 0.41, 0.04, 0.00, 0.10. Web safe color of #87dde6 is #99ccff. Color #87dde6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11011101 11100110
Octal 207 335 346
Decimal 135 221 230
Hex 87 DD E6

RGB Percentages of Color #87dde6

%23.04
%37.71
%39.25

CMYK Percentages of Color #87dde6

%41
%4
%0
%10

Triadic Colors of #87dde6

#87dde6 #e687dd #dde687

Analogous Colors of #87dde6

#87dde6 #87aee6 #87e6c0

Monochromatic Colors of #87dde6

#87dde6

Complementary Color

#87dde6 #e69087

#87dde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87dde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#87dde6 Color CSS Codes

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

#87dde6 Text Font Color

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

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


#87dde6 Background Color

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

This div background color is #87dde6


#87dde6 Border Color

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

This div border color is #87dde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87dde6


Comments

No comments written yet.

Please login to write comment.