Color Hex Logo

#12eded Color Hex

#12EDED
(18,237,237)
0 Favorites   0 Comments

Color spaces of #12eded

RGB 18237237
HSL0.500.860.50
HSV180°92°93°
CMYK 0.920.000.00   0.07
XYZ45.819766.811490.6017
Yxy66.81140.22550.3287
Hunter Lab81.7382-42.9808-8.5025
CIE-Lab85.4086-45.0563-13.2720

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101101 11101101
Octal 22 355 355
Decimal 18 237 237
Hex 12 ED ED

RGB Percentages of Color #12eded

%3.66
%48.17
%48.17

CMYK Percentages of Color #12eded

%92
%0
%0
%7

Triadic Colors of #12eded

#12eded #ed12ed #eded12

Analogous Colors of #12eded

#12eded #1280ed #12ed80

Monochromatic Colors of #12eded

#12eded

Complementary Color

#12eded #ed1212

#12eded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12eded Color Preview on White Background

Lorem ipsum dolor sit amet.

#12eded Color CSS Codes

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

#12eded Text Font Color

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

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


#12eded Background Color

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

This div background color is #12eded


#12eded Border Color

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

This div border color is #12eded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12eded


Comments

No comments written yet.

Please login to write comment.