Color Hex Logo

#12eebe Color Hex

#12EEBE
(18,238,190)
0 Favorites   0 Comments

Color spaces of #12eebe

RGB 18238190
HSL0.460.870.50
HSV167°92°93°
CMYK 0.920.000.20   0.07
XYZ40.118364.995459.1461
Yxy64.99540.24420.3957
Hunter Lab80.6197-52.258712.9361
CIE-Lab84.4814-58.045910.0568

#12eebe color RGB value is (18,238,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101110 10111110
Octal 22 356 276
Decimal 18 238 190
Hex 12 EE BE

RGB Percentages of Color #12eebe

%4.04
%53.36
%42.60

CMYK Percentages of Color #12eebe

%92
%0
%20
%7

Triadic Colors of #12eebe

#12eebe #be12ee #eebe12

Analogous Colors of #12eebe

#12eebe #12b0ee #12ee50

Monochromatic Colors of #12eebe

#12eebe

Complementary Color

#12eebe #ee1242

#12eebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12eebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#12eebe Color CSS Codes

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

#12eebe Text Font Color

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

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


#12eebe Background Color

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

This div background color is #12eebe


#12eebe Border Color

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

This div border color is #12eebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12eebe


Comments

No comments written yet.

Please login to write comment.