Color Hex Logo

#12edda Color Hex

#12EDDA
(18,237,218)
0 Favorites   0 Comments

Color spaces of #12edda

RGB 18237218
HSL0.490.860.50
HSV175°92°93°
CMYK 0.920.000.08   0.07
XYZ43.188565.758976.7461
Yxy65.75890.23260.3541
Hunter Lab81.0919-46.84390.6517
CIE-Lab84.8733-50.4017-4.0705

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101101 11011010
Octal 22 355 332
Decimal 18 237 218
Hex 12 ED DA

RGB Percentages of Color #12edda

%3.81
%50.11
%46.09

CMYK Percentages of Color #12edda

%92
%0
%8
%7

Triadic Colors of #12edda

#12edda #da12ed #edda12

Analogous Colors of #12edda

#12edda #1293ed #12ed6d

Monochromatic Colors of #12edda

#12edda

Complementary Color

#12edda #ed1225

#12edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#12edda Color CSS Codes

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

#12edda Text Font Color

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

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


#12edda Background Color

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

This div background color is #12edda


#12edda Border Color

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

This div border color is #12edda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12edda


Comments

No comments written yet.

Please login to write comment.