Color Hex Logo

#12e8ea Color Hex

#12E8EA
(18,232,234)
0 Favorites   0 Comments

Color spaces of #12e8ea

RGB 18232234
HSL0.500.860.49
HSV181°92°92°
CMYK 0.920.010.00   0.08
XYZ43.957363.782387.8363
Yxy63.78230.22480.3261
Hunter Lab79.8638-41.5147-9.3040
CIE-Lab83.8523-43.7334-14.0216

#12e8ea color RGB value is (18,232,234).

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

The process color (four color CMYK) of #12e8ea color hex is 0.92, 0.01, 0.00, 0.08. Web safe color of #12e8ea is #00ffff. Color #12e8ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101000 11101010
Octal 22 350 352
Decimal 18 232 234
Hex 12 E8 EA

RGB Percentages of Color #12e8ea

%3.72
%47.93
%48.35

CMYK Percentages of Color #12e8ea

%92
%1
%0
%8

Triadic Colors of #12e8ea

#12e8ea #ea12e8 #e8ea12

Analogous Colors of #12e8ea

#12e8ea #127cea #12ea80

Monochromatic Colors of #12e8ea

#12e8ea

Complementary Color

#12e8ea #ea1412

#12e8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12e8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#12e8ea Color CSS Codes

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

#12e8ea Text Font Color

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

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


#12e8ea Background Color

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

This div background color is #12e8ea


#12e8ea Border Color

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

This div border color is #12e8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12e8ea


Comments

No comments written yet.

Please login to write comment.