Color Hex Logo

#12eedf Color Hex

#12EEDF
(18,238,223)
0 Favorites   0 Comments

Color spaces of #12eedf

RGB 18238223
HSL0.490.870.50
HSV176°92°93°
CMYK 0.920.000.06   0.07
XYZ44.143366.605480.3416
Yxy66.60540.23100.3486
Hunter Lab81.6121-46.2721-1.2385
CIE-Lab85.3043-49.4474-6.0646

#12eedf color RGB value is (18,238,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101110 11011111
Octal 22 356 337
Decimal 18 238 223
Hex 12 EE DF

RGB Percentages of Color #12eedf

%3.76
%49.69
%46.56

CMYK Percentages of Color #12eedf

%92
%0
%6
%7

Triadic Colors of #12eedf

#12eedf #df12ee #eedf12

Analogous Colors of #12eedf

#12eedf #128fee #12ee71

Monochromatic Colors of #12eedf

#12eedf

Complementary Color

#12eedf #ee1221

#12eedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12eedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#12eedf Color CSS Codes

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

#12eedf Text Font Color

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

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


#12eedf Background Color

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

This div background color is #12eedf


#12eedf Border Color

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

This div border color is #12eedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12eedf


Comments

No comments written yet.

Please login to write comment.