Color Hex Logo

#12eaef Color Hex

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

Color spaces of #12eaef

RGB 18234239
HSL0.500.870.50
HSV181°92°94°
CMYK 0.920.020.00   0.06
XYZ45.252365.206291.8624
Yxy65.20620.22370.3223
Hunter Lab80.7504-41.2822-10.9236
CIE-Lab84.5899-43.1522-15.5521

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

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

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

Base Numbers

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

RGB Percentages of Color #12eaef

%3.67
%47.66
%48.68

CMYK Percentages of Color #12eaef

%92
%2
%0
%6

Triadic Colors of #12eaef

#12eaef #ef12ea #eaef12

Analogous Colors of #12eaef

#12eaef #127cef #12ef86

Monochromatic Colors of #12eaef

#12eaef

Complementary Color

#12eaef #ef1712

#12eaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12eaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#12eaef Color CSS Codes

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

#12eaef Text Font Color

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

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


#12eaef Background Color

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

This div background color is #12eaef


#12eaef Border Color

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

This div border color is #12eaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12eaef


Comments

No comments written yet.

Please login to write comment.