Color Hex Logo

#60dfba Color Hex

#60DFBA
(96,223,186)
0 Favorites   0 Comments

Color spaces of #60dfba

RGB 96223186
HSL0.450.660.63
HSV163°57°87°
CMYK 0.570.000.17   0.13
XYZ40.074558.807355.6932
Yxy58.80730.25930.3804
Hunter Lab76.6859-40.919910.6207
CIE-Lab81.1856-43.97647.6138

#60dfba color RGB value is (96,223,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011111 10111010
Octal 140 337 272
Decimal 96 223 186
Hex 60 DF BA

RGB Percentages of Color #60dfba

%19.01
%44.16
%36.83

CMYK Percentages of Color #60dfba

%57
%0
%17
%13

Triadic Colors of #60dfba

#60dfba #ba60df #dfba60

Analogous Colors of #60dfba

#60dfba #60c5df #60df7b

Monochromatic Colors of #60dfba

#60dfba

Complementary Color

#60dfba #df6085

#60dfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dfba Color CSS Codes

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

#60dfba Text Font Color

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

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


#60dfba Background Color

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

This div background color is #60dfba


#60dfba Border Color

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

This div border color is #60dfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dfba


Comments

No comments written yet.

Please login to write comment.