Color Hex Logo

#60dbbe Color Hex

#60DBBE
(96,219,190)
0 Favorites   0 Comments

Color spaces of #60dbbe

RGB 96219190
HSL0.460.630.62
HSV166°56°86°
CMYK 0.560.000.13   0.14
XYZ39.449756.867557.6125
Yxy56.86750.25630.3694
Hunter Lab75.4105-38.58937.4907
CIE-Lab80.1050-41.27763.9342

#60dbbe color RGB value is (96,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011011 10111110
Octal 140 333 276
Decimal 96 219 190
Hex 60 DB BE

RGB Percentages of Color #60dbbe

%19.01
%43.37
%37.62

CMYK Percentages of Color #60dbbe

%56
%0
%13
%14

Triadic Colors of #60dbbe

#60dbbe #be60db #dbbe60

Analogous Colors of #60dbbe

#60dbbe #60bbdb #60db81

Monochromatic Colors of #60dbbe

#60dbbe

Complementary Color

#60dbbe #db607d

#60dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dbbe Color CSS Codes

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

#60dbbe Text Font Color

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

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


#60dbbe Background Color

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

This div background color is #60dbbe


#60dbbe Border Color

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

This div border color is #60dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dbbe


Comments

No comments written yet.

Please login to write comment.