Color Hex Logo

#12dcbf Color Hex

#12DCBF
(18,220,191)
0 Favorites   0 Comments

Color spaces of #12dcbf

RGB 18220191
HSL0.480.850.47
HSV171°92°86°
CMYK 0.920.000.13   0.14
XYZ35.246655.076658.0634
Yxy55.07660.23750.3712
Hunter Lab74.2136-45.09805.5621
CIE-Lab79.0854-50.62871.7553

#12dcbf color RGB value is (18,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011100 10111111
Octal 22 334 277
Decimal 18 220 191
Hex 12 DC BF

RGB Percentages of Color #12dcbf

%4.20
%51.28
%44.52

CMYK Percentages of Color #12dcbf

%92
%0
%13
%14

Triadic Colors of #12dcbf

#12dcbf #bf12dc #dcbf12

Analogous Colors of #12dcbf

#12dcbf #1294dc #12dc5a

Monochromatic Colors of #12dcbf

#12dcbf

Complementary Color

#12dcbf #dc122f

#12dcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12dcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#12dcbf Color CSS Codes

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

#12dcbf Text Font Color

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

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


#12dcbf Background Color

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

This div background color is #12dcbf


#12dcbf Border Color

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

This div border color is #12dcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12dcbf


Comments

No comments written yet.

Please login to write comment.