Color Hex Logo

#12ccad Color Hex

#12CCAD
(18,204,173)
0 Favorites   0 Comments

Color spaces of #12ccad

RGB 18204173
HSL0.470.840.44
HSV170°91°80°
CMYK 0.910.000.15   0.20
XYZ29.385146.331546.9293
Yxy46.33150.23960.3778
Hunter Lab68.0672-42.05806.7693
CIE-Lab73.7601-48.80663.6843

#12ccad color RGB value is (18,204,173).

#12ccad hex color red value is 18, green value is 204 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #12ccad hue: 0.47 , saturation: 0.84 and the lightness value of 12ccad is 0.44.

The process color (four color CMYK) of #12ccad color hex is 0.91, 0.00, 0.15, 0.20. Web safe color of #12ccad is #00cc99. Color #12ccad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11001100 10101101
Octal 22 314 255
Decimal 18 204 173
Hex 12 CC AD

RGB Percentages of Color #12ccad

%4.56
%51.65
%43.80

CMYK Percentages of Color #12ccad

%91
%0
%15
%20

Triadic Colors of #12ccad

#12ccad #ad12cc #ccad12

Analogous Colors of #12ccad

#12ccad #128ecc #12cc50

Monochromatic Colors of #12ccad

#12ccad

Complementary Color

#12ccad #cc1231

#12ccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12ccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#12ccad Color CSS Codes

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

#12ccad Text Font Color

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

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


#12ccad Background Color

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

This div background color is #12ccad


#12ccad Border Color

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

This div border color is #12ccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12ccad


Comments

No comments written yet.

Please login to write comment.