Color Hex Logo

#12dd60 Color Hex

#12DD60
(18,221,96)
0 Favorites   0 Comments

Color spaces of #12dd60

RGB 1822196
HSL0.400.850.47
HSV143°92°87°
CMYK 0.920.000.57   0.13
XYZ28.217252.686019.7486
Yxy52.68600.28030.5234
Hunter Lab72.5851-57.632734.6783
CIE-Lab77.6892-70.282348.3221

#12dd60 color RGB value is (18,221,96).

#12dd60 hex color red value is 18, green value is 221 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #12dd60 hue: 0.40 , saturation: 0.85 and the lightness value of 12dd60 is 0.47.

The process color (four color CMYK) of #12dd60 color hex is 0.92, 0.00, 0.57, 0.13. Web safe color of #12dd60 is #00cc66. Color #12dd60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011101 01100000
Octal 22 335 140
Decimal 18 221 96
Hex 12 DD 60

RGB Percentages of Color #12dd60

%5.37
%65.97
%28.66

CMYK Percentages of Color #12dd60

%92
%0
%57
%13

Triadic Colors of #12dd60

#12dd60 #6012dd #dd6012

Analogous Colors of #12dd60

#12dd60 #12ddc6 #29dd12

Monochromatic Colors of #12dd60

#12dd60

Complementary Color

#12dd60 #dd128f

#12dd60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12dd60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#12dd60 Color CSS Codes

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

#12dd60 Text Font Color

<p style="color:#12dd60">Text here</p>

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


#12dd60 Background Color

<div style="background-color:#12dd60">
Div content here</div>

This div background color is #12dd60


#12dd60 Border Color

<div style="border:3px solid #12dd60">
Div here</div>

This div border color is #12dd60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12dd60


Comments

No comments written yet.

Please login to write comment.