Color Hex Logo

#12dbae Color Hex

#12DBAE
(18,219,174)
0 Favorites   0 Comments

Color spaces of #12dbae

RGB 18219174
HSL0.460.850.46
HSV167°92°86°
CMYK 0.920.000.21   0.14
XYZ33.221053.847648.6871
Yxy53.84760.24470.3967
Hunter Lab73.3809-47.606112.0287
CIE-Lab78.3728-54.57499.7740

#12dbae color RGB value is (18,219,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011011 10101110
Octal 22 333 256
Decimal 18 219 174
Hex 12 DB AE

RGB Percentages of Color #12dbae

%4.38
%53.28
%42.34

CMYK Percentages of Color #12dbae

%92
%0
%21
%14

Triadic Colors of #12dbae

#12dbae #ae12db #dbae12

Analogous Colors of #12dbae

#12dbae #12a4db #12db4a

Monochromatic Colors of #12dbae

#12dbae

Complementary Color

#12dbae #db123f

#12dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#12dbae Color CSS Codes

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

#12dbae Text Font Color

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

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


#12dbae Background Color

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

This div background color is #12dbae


#12dbae Border Color

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

This div border color is #12dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12dbae


Comments

No comments written yet.

Please login to write comment.