Color Hex Logo

#87dbba Color Hex

#87DBBA
(135,219,186)
0 Favorites   0 Comments

Color spaces of #87dbba

RGB 135219186
HSL0.430.540.69
HSV156°38°86°
CMYK 0.380.000.15   0.14
XYZ44.186159.359155.5830
Yxy59.35910.27770.3730
Hunter Lab77.0449-32.456711.1574
CIE-Lab81.4886-32.87538.2419

#87dbba color RGB value is (135,219,186).

#87dbba hex color red value is 135, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #87dbba hue: 0.43 , saturation: 0.54 and the lightness value of 87dbba is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 11011011 10111010
Octal 207 333 272
Decimal 135 219 186
Hex 87 DB BA

RGB Percentages of Color #87dbba

%25.00
%40.56
%34.44

CMYK Percentages of Color #87dbba

%38
%0
%15
%14

Triadic Colors of #87dbba

#87dbba #ba87db #dbba87

Analogous Colors of #87dbba

#87dbba #87d2db #87db90

Monochromatic Colors of #87dbba

#87dbba

Complementary Color

#87dbba #db87a8

#87dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#87dbba Color CSS Codes

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

#87dbba Text Font Color

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

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


#87dbba Background Color

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

This div background color is #87dbba


#87dbba Border Color

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

This div border color is #87dbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87dbba


Comments

No comments written yet.

Please login to write comment.