Color Hex Logo

#12acea Color Hex

#12ACEA
(18,172,234)
0 Favorites   0 Comments

Color spaces of #12acea

RGB 18172234
HSL0.550.860.49
HSV197°92°92°
CMYK 0.920.260.00   0.08
XYZ29.853335.574283.1350
Yxy35.57420.20090.2395
Hunter Lab59.6441-15.0337-40.8905
CIE-Lab66.1933-14.4048-41.0854

#12acea color RGB value is (18,172,234).

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

The process color (four color CMYK) of #12acea color hex is 0.92, 0.26, 0.00, 0.08. Web safe color of #12acea is #0099ff. Color #12acea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101100 11101010
Octal 22 254 352
Decimal 18 172 234
Hex 12 AC EA

RGB Percentages of Color #12acea

%4.25
%40.57
%55.19

CMYK Percentages of Color #12acea

%92
%26
%0
%8

Triadic Colors of #12acea

#12acea #ea12ac #acea12

Analogous Colors of #12acea

#12acea #1240ea #12eabc

Monochromatic Colors of #12acea

#12acea

Complementary Color

#12acea #ea5012

#12acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#12acea Color CSS Codes

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

#12acea Text Font Color

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

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


#12acea Background Color

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

This div background color is #12acea


#12acea Border Color

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

This div border color is #12acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12acea


Comments

No comments written yet.

Please login to write comment.