Color Hex Logo

#87ddbb Color Hex

#87DDBB
(135,221,187)
0 Favorites   0 Comments

Color spaces of #87ddbb

RGB 135221187
HSL0.430.560.70
HSV156°39°87°
CMYK 0.390.000.15   0.13
XYZ44.817860.451756.3199
Yxy60.45170.27740.3741
Hunter Lab77.7507-33.171011.4779
CIE-Lab82.0831-33.60078.5636

#87ddbb color RGB value is (135,221,187).

#87ddbb hex color red value is 135, green value is 221 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #87ddbb hue: 0.43 , saturation: 0.56 and the lightness value of 87ddbb is 0.70.

The process color (four color CMYK) of #87ddbb color hex is 0.39, 0.00, 0.15, 0.13. Web safe color of #87ddbb is #99cccc. Color #87ddbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 11011101 10111011
Octal 207 335 273
Decimal 135 221 187
Hex 87 DD BB

RGB Percentages of Color #87ddbb

%24.86
%40.70
%34.44

CMYK Percentages of Color #87ddbb

%39
%0
%15
%13

Triadic Colors of #87ddbb

#87ddbb #bb87dd #ddbb87

Analogous Colors of #87ddbb

#87ddbb #87d4dd #87dd90

Monochromatic Colors of #87ddbb

#87ddbb

Complementary Color

#87ddbb #dd87a9

#87ddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87ddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#87ddbb Color CSS Codes

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

#87ddbb Text Font Color

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

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


#87ddbb Background Color

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

This div background color is #87ddbb


#87ddbb Border Color

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

This div border color is #87ddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87ddbb


Comments

No comments written yet.

Please login to write comment.