Color Hex Logo

#12dbaf Color Hex

#12DBAF
(18,219,175)
0 Favorites   0 Comments

Color spaces of #12dbaf

RGB 18219175
HSL0.460.850.46
HSV167°92°86°
CMYK 0.920.000.20   0.14
XYZ33.318853.886849.2025
Yxy53.88680.24430.3950
Hunter Lab73.4076-47.444411.6454
CIE-Lab78.3957-54.32839.2757

#12dbaf color RGB value is (18,219,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011011 10101111
Octal 22 333 257
Decimal 18 219 175
Hex 12 DB AF

RGB Percentages of Color #12dbaf

%4.37
%53.16
%42.48

CMYK Percentages of Color #12dbaf

%92
%0
%20
%14

Triadic Colors of #12dbaf

#12dbaf #af12db #dbaf12

Analogous Colors of #12dbaf

#12dbaf #12a3db #12db4b

Monochromatic Colors of #12dbaf

#12dbaf

Complementary Color

#12dbaf #db123e

#12dbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12dbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#12dbaf Color CSS Codes

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

#12dbaf Text Font Color

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

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


#12dbaf Background Color

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

This div background color is #12dbaf


#12dbaf Border Color

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

This div border color is #12dbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12dbaf


Comments

No comments written yet.

Please login to write comment.