Color Hex Logo

#12eeed Color Hex

#12EEED
(18,238,237)
0 Favorites   0 Comments

Color spaces of #12eeed

RGB 18238237
HSL0.500.870.50
HSV180°92°93°
CMYK 0.920.000.00   0.07
XYZ46.110167.392190.6985
Yxy67.39210.22580.3300
Hunter Lab82.0927-43.4017-8.0405
CIE-Lab85.7016-45.4925-12.8339

#12eeed color RGB value is (18,238,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101110 11101101
Octal 22 356 355
Decimal 18 238 237
Hex 12 EE ED

RGB Percentages of Color #12eeed

%3.65
%48.28
%48.07

CMYK Percentages of Color #12eeed

%92
%0
%0
%7

Triadic Colors of #12eeed

#12eeed #ed12ee #eeed12

Analogous Colors of #12eeed

#12eeed #1281ee #12ee7f

Monochromatic Colors of #12eeed

#12eeed

Complementary Color

#12eeed #ee1213

#12eeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12eeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#12eeed Color CSS Codes

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

#12eeed Text Font Color

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

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


#12eeed Background Color

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

This div background color is #12eeed


#12eeed Border Color

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

This div border color is #12eeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12eeed


Comments

No comments written yet.

Please login to write comment.