Color Hex Logo

#12ecee Color Hex

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

Color spaces of #12ecee

RGB 18236238
HSL0.500.870.50
HSV181°92°93°
CMYK 0.920.010.00   0.07
XYZ45.677566.292691.2772
Yxy66.29260.22470.3262
Hunter Lab81.4203-42.3454-9.4736
CIE-Lab85.1454-44.3279-14.1921

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

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

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

Base Numbers

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

RGB Percentages of Color #12ecee

%3.66
%47.97
%48.37

CMYK Percentages of Color #12ecee

%92
%1
%0
%7

Triadic Colors of #12ecee

#12ecee #ee12ec #ecee12

Analogous Colors of #12ecee

#12ecee #127eee #12ee82

Monochromatic Colors of #12ecee

#12ecee

Complementary Color

#12ecee #ee1412

#12ecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12ecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#12ecee Color CSS Codes

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

#12ecee Text Font Color

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

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


#12ecee Background Color

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

This div background color is #12ecee


#12ecee Border Color

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

This div border color is #12ecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12ecee


Comments

No comments written yet.

Please login to write comment.