Color Hex Logo

#12eeec Color Hex

#12EEEC
(18,238,236)
0 Favorites   0 Comments

Color spaces of #12eeec

RGB 18238236
HSL0.500.870.50
HSV179°92°93°
CMYK 0.920.000.01   0.07
XYZ45.964367.333889.9310
Yxy67.33380.22620.3313
Hunter Lab82.0572-43.6133-7.5392
CIE-Lab85.6722-45.7806-12.3521

#12eeec color RGB value is (18,238,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101110 11101100
Octal 22 356 354
Decimal 18 238 236
Hex 12 EE EC

RGB Percentages of Color #12eeec

%3.66
%48.37
%47.97

CMYK Percentages of Color #12eeec

%92
%0
%1
%7

Triadic Colors of #12eeec

#12eeec #ec12ee #eeec12

Analogous Colors of #12eeec

#12eeec #1282ee #12ee7e

Monochromatic Colors of #12eeec

#12eeec

Complementary Color

#12eeec #ee1214

#12eeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12eeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#12eeec Color CSS Codes

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

#12eeec Text Font Color

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

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


#12eeec Background Color

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

This div background color is #12eeec


#12eeec Border Color

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

This div border color is #12eeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12eeec


Comments

No comments written yet.

Please login to write comment.