Color Hex Logo

#12eecb Color Hex

#12EECB
(18,238,203)
0 Favorites   0 Comments

Color spaces of #12eecb

RGB 18238203
HSL0.470.870.50
HSV170°92°93°
CMYK 0.920.000.15   0.07
XYZ41.603565.589566.9672
Yxy65.58950.23890.3766
Hunter Lab80.9873-50.03177.6651
CIE-Lab84.7866-54.78923.6858

#12eecb color RGB value is (18,238,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101110 11001011
Octal 22 356 313
Decimal 18 238 203
Hex 12 EE CB

RGB Percentages of Color #12eecb

%3.92
%51.85
%44.23

CMYK Percentages of Color #12eecb

%92
%0
%15
%7

Triadic Colors of #12eecb

#12eecb #cb12ee #eecb12

Analogous Colors of #12eecb

#12eecb #12a3ee #12ee5d

Monochromatic Colors of #12eecb

#12eecb

Complementary Color

#12eecb #ee1235

#12eecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12eecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12eecb Color CSS Codes

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

#12eecb Text Font Color

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

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


#12eecb Background Color

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

This div background color is #12eecb


#12eecb Border Color

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

This div border color is #12eecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12eecb


Comments

No comments written yet.

Please login to write comment.