Color Hex Logo

#12eadd Color Hex

#12EADD
(18,234,221)
0 Favorites   0 Comments

Color spaces of #12eadd

RGB 18234221
HSL0.490.860.49
HSV176°92°92°
CMYK 0.920.000.06   0.08
XYZ42.723464.194778.5457
Yxy64.19470.23040.3461
Hunter Lab80.1216-45.0309-2.0387
CIE-Lab84.0670-48.3114-6.8410

#12eadd color RGB value is (18,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101010 11011101
Octal 22 352 335
Decimal 18 234 221
Hex 12 EA DD

RGB Percentages of Color #12eadd

%3.81
%49.47
%46.72

CMYK Percentages of Color #12eadd

%92
%0
%6
%8

Triadic Colors of #12eadd

#12eadd #dd12ea #eadd12

Analogous Colors of #12eadd

#12eadd #128bea #12ea71

Monochromatic Colors of #12eadd

#12eadd

Complementary Color

#12eadd #ea121f

#12eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#12eadd Color CSS Codes

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

#12eadd Text Font Color

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

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


#12eadd Background Color

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

This div background color is #12eadd


#12eadd Border Color

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

This div border color is #12eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12eadd


Comments

No comments written yet.

Please login to write comment.