Color Hex Logo

#12dcdb Color Hex

#12DCDB
(18,220,219)
0 Favorites   0 Comments

Color spaces of #12dcdb

RGB 18220219
HSL0.500.850.47
HSV180°92°86°
CMYK 0.920.000.00   0.14
XYZ38.628856.429575.8739
Yxy56.42950.22600.3301
Hunter Lab75.1196-39.6690-7.3017
CIE-Lab79.8576-42.8165-12.0413

#12dcdb color RGB value is (18,220,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011100 11011011
Octal 22 334 333
Decimal 18 220 219
Hex 12 DC DB

RGB Percentages of Color #12dcdb

%3.94
%48.14
%47.92

CMYK Percentages of Color #12dcdb

%92
%0
%0
%14

Triadic Colors of #12dcdb

#12dcdb #db12dc #dcdb12

Analogous Colors of #12dcdb

#12dcdb #1278dc #12dc76

Monochromatic Colors of #12dcdb

#12dcdb

Complementary Color

#12dcdb #dc1213

#12dcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12dcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12dcdb Color CSS Codes

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

#12dcdb Text Font Color

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

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


#12dcdb Background Color

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

This div background color is #12dcdb


#12dcdb Border Color

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

This div border color is #12dcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12dcdb


Comments

No comments written yet.

Please login to write comment.