Color Hex Logo

#60dbba Color Hex

#60DBBA
(96,219,186)
0 Favorites   0 Comments

Color spaces of #60dbba

RGB 96219186
HSL0.460.630.62
HSV164°56°86°
CMYK 0.560.000.15   0.14
XYZ39.018356.695055.3411
Yxy56.69500.25830.3753
Hunter Lab75.2961-39.26989.1303
CIE-Lab80.0077-42.22285.9209

#60dbba color RGB value is (96,219,186).

#60dbba hex color red value is 96, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #60dbba hue: 0.46 , saturation: 0.63 and the lightness value of 60dbba is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011011 10111010
Octal 140 333 272
Decimal 96 219 186
Hex 60 DB BA

RGB Percentages of Color #60dbba

%19.16
%43.71
%37.13

CMYK Percentages of Color #60dbba

%56
%0
%15
%14

Triadic Colors of #60dbba

#60dbba #ba60db #dbba60

Analogous Colors of #60dbba

#60dbba #60bfdb #60db7d

Monochromatic Colors of #60dbba

#60dbba

Complementary Color

#60dbba #db6081

#60dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dbba Color CSS Codes

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

#60dbba Text Font Color

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

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


#60dbba Background Color

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

This div background color is #60dbba


#60dbba Border Color

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

This div border color is #60dbba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,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 #60dbba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dbba


Comments

No comments written yet.

Please login to write comment.