Color Hex Logo

#12ffea Color Hex

#12FFEA
(18,255,234)
0 Favorites   0 Comments

Color spaces of #12ffea

RGB 18255234
HSL0.491.000.54
HSV175°93°100°
CMYK 0.930.000.08   0.00
XYZ50.860777.589190.1375
Yxy77.58910.23270.3550
Hunter Lab88.0847-51.08100.9875
CIE-Lab90.5921-53.5184-4.0132

#12ffea color RGB value is (18,255,234).

#12ffea hex color red value is 18, green value is 255 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #12ffea hue: 0.49 , saturation: 1.00 and the lightness value of 12ffea is 0.54.

The process color (four color CMYK) of #12ffea color hex is 0.93, 0.00, 0.08, 0.00. Web safe color of #12ffea is #00ffff. Color #12ffea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11111111 11101010
Octal 22 377 352
Decimal 18 255 234
Hex 12 FF EA

RGB Percentages of Color #12ffea

%3.55
%50.30
%46.15

CMYK Percentages of Color #12ffea

%93
%0
%8
%0

Triadic Colors of #12ffea

#12ffea #ea12ff #ffea12

Analogous Colors of #12ffea

#12ffea #129eff #12ff74

Monochromatic Colors of #12ffea

#12ffea

Complementary Color

#12ffea #ff1227

#12ffea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12ffea Color Preview on White Background

Lorem ipsum dolor sit amet.

#12ffea Color CSS Codes

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

#12ffea Text Font Color

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

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


#12ffea Background Color

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

This div background color is #12ffea


#12ffea Border Color

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

This div border color is #12ffea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12ffea

Related Colors


Comments

No comments written yet.

Please login to write comment.