Color Hex Logo

#12c4bf Color Hex

#12C4BF
(18,196,191)
0 Favorites   0 Comments

Color spaces of #12c4bf

RGB 18196191
HSL0.500.830.42
HSV178°91°77°
CMYK 0.910.000.03   0.23
XYZ29.393443.370056.1123
Yxy43.37000.22810.3365
Hunter Lab65.8559-35.5781-4.4187
CIE-Lab71.8054-40.3492-8.9591

#12c4bf color RGB value is (18,196,191).

#12c4bf hex color red value is 18, green value is 196 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #12c4bf hue: 0.50 , saturation: 0.83 and the lightness value of 12c4bf is 0.42.

The process color (four color CMYK) of #12c4bf color hex is 0.91, 0.00, 0.03, 0.23. Web safe color of #12c4bf is #00cccc. Color #12c4bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11000100 10111111
Octal 22 304 277
Decimal 18 196 191
Hex 12 C4 BF

RGB Percentages of Color #12c4bf

%4.44
%48.40
%47.16

CMYK Percentages of Color #12c4bf

%91
%0
%3
%23

Triadic Colors of #12c4bf

#12c4bf #bf12c4 #c4bf12

Analogous Colors of #12c4bf

#12c4bf #1270c4 #12c466

Monochromatic Colors of #12c4bf

#12c4bf

Complementary Color

#12c4bf #c41217

#12c4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12c4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#12c4bf Color CSS Codes

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

#12c4bf Text Font Color

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

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


#12c4bf Background Color

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

This div background color is #12c4bf


#12c4bf Border Color

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

This div border color is #12c4bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,196,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 #12c4bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12c4bf


Comments

No comments written yet.

Please login to write comment.