Color Hex Logo

#12dfcf Color Hex

#12DFCF
(18,223,207)
0 Favorites   0 Comments

Color spaces of #12dfcf

RGB 18223207
HSL0.490.850.47
HSV175°92°87°
CMYK 0.920.000.07   0.13
XYZ37.899657.408968.1150
Yxy57.40890.23190.3513
Hunter Lab75.7687-43.3092-0.2628
CIE-Lab80.4090-47.5385-4.8280

#12dfcf color RGB value is (18,223,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011111 11001111
Octal 22 337 317
Decimal 18 223 207
Hex 12 DF CF

RGB Percentages of Color #12dfcf

%4.02
%49.78
%46.21

CMYK Percentages of Color #12dfcf

%92
%0
%7
%13

Triadic Colors of #12dfcf

#12dfcf #cf12df #dfcf12

Analogous Colors of #12dfcf

#12dfcf #1289df #12df69

Monochromatic Colors of #12dfcf

#12dfcf

Complementary Color

#12dfcf #df1222

#12dfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12dfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#12dfcf Color CSS Codes

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

#12dfcf Text Font Color

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

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


#12dfcf Background Color

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

This div background color is #12dfcf


#12dfcf Border Color

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

This div border color is #12dfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12dfcf


Comments

No comments written yet.

Please login to write comment.