Color Hex Logo

#60dd67 Color Hex

#60DD67
(96,221,103)
0 Favorites   0 Comments

Color spaces of #60dd67

RGB 96221103
HSL0.340.650.62
HSV123°57°87°
CMYK 0.570.000.53   0.13
XYZ33.128555.179021.7365
Yxy55.17900.30100.5014
Hunter Lab74.2826-50.387234.6484
CIE-Lab79.1443-58.227447.1530

#60dd67 color RGB value is (96,221,103).

#60dd67 hex color red value is 96, green value is 221 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #60dd67 hue: 0.34 , saturation: 0.65 and the lightness value of 60dd67 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011101 01100111
Octal 140 335 147
Decimal 96 221 103
Hex 60 DD 67

RGB Percentages of Color #60dd67

%22.86
%52.62
%24.52

CMYK Percentages of Color #60dd67

%57
%0
%53
%13

Triadic Colors of #60dd67

#60dd67 #6760dd #dd6760

Analogous Colors of #60dd67

#60dd67 #60dda6 #98dd60

Monochromatic Colors of #60dd67

#60dd67

Complementary Color

#60dd67 #dd60d6

#60dd67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dd67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dd67 Color CSS Codes

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

#60dd67 Text Font Color

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

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


#60dd67 Background Color

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

This div background color is #60dd67


#60dd67 Border Color

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

This div border color is #60dd67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dd67


Comments

No comments written yet.

Please login to write comment.