Color Hex Logo

#12efea Color Hex

#12EFEA
(18,239,234)
0 Favorites   0 Comments

Color spaces of #12efea

RGB 18239234
HSL0.500.870.50
HSV179°92°94°
CMYK 0.920.000.02   0.06
XYZ45.967267.802188.5063
Yxy67.80210.22730.3352
Hunter Lab82.3420-44.4514-6.0891
CIE-Lab85.9074-46.7859-10.9505

#12efea color RGB value is (18,239,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101111 11101010
Octal 22 357 352
Decimal 18 239 234
Hex 12 EF EA

RGB Percentages of Color #12efea

%3.67
%48.68
%47.66

CMYK Percentages of Color #12efea

%92
%0
%2
%6

Triadic Colors of #12efea

#12efea #ea12ef #efea12

Analogous Colors of #12efea

#12efea #1286ef #12ef7c

Monochromatic Colors of #12efea

#12efea

Complementary Color

#12efea #ef1217

#12efea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12efea Color Preview on White Background

Lorem ipsum dolor sit amet.

#12efea Color CSS Codes

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

#12efea Text Font Color

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

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


#12efea Background Color

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

This div background color is #12efea


#12efea Border Color

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

This div border color is #12efea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12efea


Comments

No comments written yet.

Please login to write comment.