Color Hex Logo

#12dcbd Color Hex

#12DCBD
(18,220,189)
0 Favorites   0 Comments

Color spaces of #12dcbd

RGB 18220189
HSL0.470.850.47
HSV171°92°86°
CMYK 0.920.000.14   0.14
XYZ35.028054.989156.9119
Yxy54.98910.23840.3743
Hunter Lab74.1546-45.45366.4046
CIE-Lab79.0350-51.15572.7477

#12dcbd color RGB value is (18,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011100 10111101
Octal 22 334 275
Decimal 18 220 189
Hex 12 DC BD

RGB Percentages of Color #12dcbd

%4.22
%51.52
%44.26

CMYK Percentages of Color #12dcbd

%92
%0
%14
%14

Triadic Colors of #12dcbd

#12dcbd #bd12dc #dcbd12

Analogous Colors of #12dcbd

#12dcbd #1296dc #12dc58

Monochromatic Colors of #12dcbd

#12dcbd

Complementary Color

#12dcbd #dc1231

#12dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#12dcbd Color CSS Codes

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

#12dcbd Text Font Color

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

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


#12dcbd Background Color

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

This div background color is #12dcbd


#12dcbd Border Color

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

This div border color is #12dcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12dcbd


Comments

No comments written yet.

Please login to write comment.