Color Hex Logo

#12eebc Color Hex

#12EEBC
(18,238,188)
0 Favorites   0 Comments

Color spaces of #12eebc

RGB 18238188
HSL0.460.870.50
HSV166°92°93°
CMYK 0.920.000.21   0.07
XYZ39.901164.908558.0025
Yxy64.90850.24510.3987
Hunter Lab80.5658-52.586113.7109
CIE-Lab84.4366-58.530911.0382

#12eebc color RGB value is (18,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101110 10111100
Octal 22 356 274
Decimal 18 238 188
Hex 12 EE BC

RGB Percentages of Color #12eebc

%4.05
%53.60
%42.34

CMYK Percentages of Color #12eebc

%92
%0
%21
%7

Triadic Colors of #12eebc

#12eebc #bc12ee #eebc12

Analogous Colors of #12eebc

#12eebc #12b2ee #12ee4e

Monochromatic Colors of #12eebc

#12eebc

Complementary Color

#12eebc #ee1244

#12eebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12eebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#12eebc Color CSS Codes

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

#12eebc Text Font Color

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

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


#12eebc Background Color

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

This div background color is #12eebc


#12eebc Border Color

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

This div border color is #12eebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12eebc


Comments

No comments written yet.

Please login to write comment.