Color Hex Logo

#12adad Color Hex

#12ADAD
(18,173,173)
0 Favorites   0 Comments

Color spaces of #12adad

RGB 18173173
HSL0.500.810.37
HSV180°90°68°
CMYK 0.900.000.00   0.32
XYZ22.735833.032944.7128
Yxy33.03290.22630.3287
Hunter Lab57.4743-29.9685-5.8934
CIE-Lab64.1875-35.2558-10.4033

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

#12adad hex color red value is 18, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #12adad hue: 0.50 , saturation: 0.81 and the lightness value of 12adad is 0.37.

The process color (four color CMYK) of #12adad color hex is 0.90, 0.00, 0.00, 0.32. Web safe color of #12adad is #009999. Color #12adad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101101 10101101
Octal 22 255 255
Decimal 18 173 173
Hex 12 AD AD

RGB Percentages of Color #12adad

%4.95
%47.53
%47.53

CMYK Percentages of Color #12adad

%90
%0
%0
%32

Triadic Colors of #12adad

#12adad #ad12ad #adad12

Analogous Colors of #12adad

#12adad #125fad #12ad60

Monochromatic Colors of #12adad

#12adad

Complementary Color

#12adad #ad1212

#12adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#12adad Color CSS Codes

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

#12adad Text Font Color

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

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


#12adad Background Color

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

This div background color is #12adad


#12adad Border Color

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

This div border color is #12adad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,173,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 #12adad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12adad


Comments

No comments written yet.

Please login to write comment.