Color Hex Logo

#12dd71 Color Hex

#12DD71
(18,221,113)
0 Favorites   0 Comments

Color spaces of #12dd71

RGB 18221113
HSL0.410.850.47
HSV148°92°87°
CMYK 0.920.000.49   0.13
XYZ29.086553.033824.3263
Yxy53.03380.27320.4982
Hunter Lab72.8243-56.148531.1717
CIE-Lab77.8950-67.778240.5298

#12dd71 color RGB value is (18,221,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011101 01110001
Octal 22 335 161
Decimal 18 221 113
Hex 12 DD 71

RGB Percentages of Color #12dd71

%5.11
%62.78
%32.10

CMYK Percentages of Color #12dd71

%92
%0
%49
%13

Triadic Colors of #12dd71

#12dd71 #7112dd #dd7112

Analogous Colors of #12dd71

#12dd71 #12ddd7 #19dd12

Monochromatic Colors of #12dd71

#12dd71

Complementary Color

#12dd71 #dd127e

#12dd71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12dd71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#12dd71 Color CSS Codes

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

#12dd71 Text Font Color

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

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


#12dd71 Background Color

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

This div background color is #12dd71


#12dd71 Border Color

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

This div border color is #12dd71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12dd71


Comments

No comments written yet.

Please login to write comment.