Color Hex Logo

#12c4be Color Hex

#12C4BE
(18,196,190)
0 Favorites   0 Comments

Color spaces of #12c4be

RGB 18196190
HSL0.490.830.42
HSV178°91°77°
CMYK 0.910.000.03   0.23
XYZ29.283643.326255.5346
Yxy43.32620.22850.3381
Hunter Lab65.8226-35.7774-3.9472
CIE-Lab71.7758-40.6433-8.4579

#12c4be color RGB value is (18,196,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11000100 10111110
Octal 22 304 276
Decimal 18 196 190
Hex 12 C4 BE

RGB Percentages of Color #12c4be

%4.46
%48.51
%47.03

CMYK Percentages of Color #12c4be

%91
%0
%3
%23

Triadic Colors of #12c4be

#12c4be #be12c4 #c4be12

Analogous Colors of #12c4be

#12c4be #1271c4 #12c465

Monochromatic Colors of #12c4be

#12c4be

Complementary Color

#12c4be #c41218

#12c4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12c4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#12c4be Color CSS Codes

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

#12c4be Text Font Color

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

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


#12c4be Background Color

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

This div background color is #12c4be


#12c4be Border Color

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

This div border color is #12c4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12c4be


Comments

No comments written yet.

Please login to write comment.