Color Hex Logo

#12c9ec Color Hex

#12C9EC
(18,201,236)
0 Favorites   0 Comments

Color spaces of #12c9ec

RGB 18201236
HSL0.530.860.50
HSV190°92°93°
CMYK 0.920.150.00   0.07
XYZ36.276447.958086.7017
Yxy47.95800.21220.2806
Hunter Lab69.2517-27.6861-25.7536
CIE-Lab74.7984-28.6856-28.8266

#12c9ec color RGB value is (18,201,236).

#12c9ec hex color red value is 18, green value is 201 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #12c9ec hue: 0.53 , saturation: 0.86 and the lightness value of 12c9ec is 0.50.

The process color (four color CMYK) of #12c9ec color hex is 0.92, 0.15, 0.00, 0.07. Web safe color of #12c9ec is #00ccff. Color #12c9ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11001001 11101100
Octal 22 311 354
Decimal 18 201 236
Hex 12 C9 EC

RGB Percentages of Color #12c9ec

%3.96
%44.18
%51.87

CMYK Percentages of Color #12c9ec

%92
%15
%0
%7

Triadic Colors of #12c9ec

#12c9ec #ec12c9 #c9ec12

Analogous Colors of #12c9ec

#12c9ec #125cec #12eca2

Monochromatic Colors of #12c9ec

#12c9ec

Complementary Color

#12c9ec #ec3512

#12c9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12c9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#12c9ec Color CSS Codes

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

#12c9ec Text Font Color

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

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


#12c9ec Background Color

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

This div background color is #12c9ec


#12c9ec Border Color

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

This div border color is #12c9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12c9ec


Comments

No comments written yet.

Please login to write comment.