Color Hex Logo

#12dcda Color Hex

#12DCDA
(18,220,218)
0 Favorites   0 Comments

Color spaces of #12dcda

RGB 18220218
HSL0.500.850.47
HSV179°92°86°
CMYK 0.920.000.01   0.14
XYZ38.497556.377075.1825
Yxy56.37700.22640.3315
Hunter Lab75.0846-39.8773-6.8081
CIE-Lab79.8279-43.1084-11.5523

#12dcda color RGB value is (18,220,218).

#12dcda hex color red value is 18, green value is 220 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #12dcda hue: 0.50 , saturation: 0.85 and the lightness value of 12dcda is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011100 11011010
Octal 22 334 332
Decimal 18 220 218
Hex 12 DC DA

RGB Percentages of Color #12dcda

%3.95
%48.25
%47.81

CMYK Percentages of Color #12dcda

%92
%0
%1
%14

Triadic Colors of #12dcda

#12dcda #da12dc #dcda12

Analogous Colors of #12dcda

#12dcda #1279dc #12dc75

Monochromatic Colors of #12dcda

#12dcda

Complementary Color

#12dcda #dc1214

#12dcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12dcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#12dcda Color CSS Codes

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

#12dcda Text Font Color

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

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


#12dcda Background Color

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

This div background color is #12dcda


#12dcda Border Color

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

This div border color is #12dcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12dcda


Comments

No comments written yet.

Please login to write comment.