Color Hex Logo

#12e1df Color Hex

#12E1DF
(18,225,223)
0 Favorites   0 Comments

Color spaces of #12e1df

RGB 18225223
HSL0.500.850.48
HSV179°92°88°
CMYK 0.920.000.01   0.12
XYZ40.494059.306779.1251
Yxy59.30670.22630.3315
Hunter Lab77.0108-40.9097-7.0102
CIE-Lab81.4599-43.8551-11.7761

#12e1df color RGB value is (18,225,223).

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

The process color (four color CMYK) of #12e1df color hex is 0.92, 0.00, 0.01, 0.12. Web safe color of #12e1df is #00cccc. Color #12e1df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11100001 11011111
Octal 22 341 337
Decimal 18 225 223
Hex 12 E1 DF

RGB Percentages of Color #12e1df

%3.86
%48.28
%47.85

CMYK Percentages of Color #12e1df

%92
%0
%1
%12

Triadic Colors of #12e1df

#12e1df #df12e1 #e1df12

Analogous Colors of #12e1df

#12e1df #127ce1 #12e178

Monochromatic Colors of #12e1df

#12e1df

Complementary Color

#12e1df #e11214

#12e1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12e1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#12e1df Color CSS Codes

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

#12e1df Text Font Color

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

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


#12e1df Background Color

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

This div background color is #12e1df


#12e1df Border Color

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

This div border color is #12e1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12e1df


Comments

No comments written yet.

Please login to write comment.