Color Hex Logo

#12ecef Color Hex

#12ECEF
(18,236,239)
0 Favorites   0 Comments

Color spaces of #12ecef

RGB 18236239
HSL0.500.870.50
HSV181°92°94°
CMYK 0.920.010.00   0.06
XYZ45.824966.351592.0533
Yxy66.35150.22440.3249
Hunter Lab81.4564-42.1301-9.9837
CIE-Lab85.1754-44.0362-14.6734

#12ecef color RGB value is (18,236,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101100 11101111
Octal 22 354 357
Decimal 18 236 239
Hex 12 EC EF

RGB Percentages of Color #12ecef

%3.65
%47.87
%48.48

CMYK Percentages of Color #12ecef

%92
%1
%0
%6

Triadic Colors of #12ecef

#12ecef #ef12ec #ecef12

Analogous Colors of #12ecef

#12ecef #127eef #12ef84

Monochromatic Colors of #12ecef

#12ecef

Complementary Color

#12ecef #ef1512

#12ecef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12ecef Color Preview on White Background

Lorem ipsum dolor sit amet.

#12ecef Color CSS Codes

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

#12ecef Text Font Color

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

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


#12ecef Background Color

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

This div background color is #12ecef


#12ecef Border Color

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

This div border color is #12ecef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12ecef


Comments

No comments written yet.

Please login to write comment.