Color Hex Logo

#12dfaf Color Hex

#12DFAF
(18,223,175)
0 Favorites   0 Comments

Color spaces of #12dfaf

RGB 18223175
HSL0.460.850.47
HSV166°92°87°
CMYK 0.920.000.22   0.13
XYZ34.375055.999149.5546
Yxy55.99910.24570.4002
Hunter Lab74.8325-48.961413.1206
CIE-Lab79.6133-55.890111.0098

#12dfaf color RGB value is (18,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011111 10101111
Octal 22 337 257
Decimal 18 223 175
Hex 12 DF AF

RGB Percentages of Color #12dfaf

%4.33
%53.61
%42.07

CMYK Percentages of Color #12dfaf

%92
%0
%22
%13

Triadic Colors of #12dfaf

#12dfaf #af12df #dfaf12

Analogous Colors of #12dfaf

#12dfaf #12a9df #12df49

Monochromatic Colors of #12dfaf

#12dfaf

Complementary Color

#12dfaf #df1242

#12dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#12dfaf Color CSS Codes

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

#12dfaf Text Font Color

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

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


#12dfaf Background Color

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

This div background color is #12dfaf


#12dfaf Border Color

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

This div border color is #12dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12dfaf


Comments

No comments written yet.

Please login to write comment.