Color Hex Logo

#12dbad Color Hex

#12DBAD
(18,219,173)
0 Favorites   0 Comments

Color spaces of #12dbad

RGB 18219173
HSL0.460.850.46
HSV166°92°86°
CMYK 0.920.000.21   0.14
XYZ33.123853.808848.1755
Yxy53.80880.24520.3983
Hunter Lab73.3545-47.767212.4095
CIE-Lab78.3501-54.821010.2725

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011011 10101101
Octal 22 333 255
Decimal 18 219 173
Hex 12 DB AD

RGB Percentages of Color #12dbad

%4.39
%53.41
%42.20

CMYK Percentages of Color #12dbad

%92
%0
%21
%14

Triadic Colors of #12dbad

#12dbad #ad12db #dbad12

Analogous Colors of #12dbad

#12dbad #12a5db #12db49

Monochromatic Colors of #12dbad

#12dbad

Complementary Color

#12dbad #db1240

#12dbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12dbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#12dbad Color CSS Codes

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

#12dbad Text Font Color

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

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


#12dbad Background Color

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

This div background color is #12dbad


#12dbad Border Color

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

This div border color is #12dbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12dbad


Comments

No comments written yet.

Please login to write comment.