Color Hex Logo

#12aced Color Hex

#12ACED
(18,172,237)
0 Favorites   0 Comments

Color spaces of #12aced

RGB 18172237
HSL0.550.860.50
HSV198°92°93°
CMYK 0.920.270.00   0.07
XYZ30.288035.748185.4245
Yxy35.74810.20000.2360
Hunter Lab59.7897-14.2083-42.8577
CIE-Lab66.3270-13.3394-42.5177

#12aced color RGB value is (18,172,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101100 11101101
Octal 22 254 355
Decimal 18 172 237
Hex 12 AC ED

RGB Percentages of Color #12aced

%4.22
%40.28
%55.50

CMYK Percentages of Color #12aced

%92
%27
%0
%7

Triadic Colors of #12aced

#12aced #ed12ac #aced12

Analogous Colors of #12aced

#12aced #123fed #12edc1

Monochromatic Colors of #12aced

#12aced

Complementary Color

#12aced #ed5312

#12aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#12aced Color CSS Codes

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

#12aced Text Font Color

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

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


#12aced Background Color

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

This div background color is #12aced


#12aced Border Color

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

This div border color is #12aced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12aced


Comments

No comments written yet.

Please login to write comment.