Color Hex Logo

#12acde Color Hex

#12ACDE
(18,172,222)
0 Favorites   0 Comments

Color spaces of #12acde

RGB 18172222
HSL0.540.850.47
HSV195°92°87°
CMYK 0.920.230.00   0.13
XYZ28.186834.907674.3595
Yxy34.90760.20510.2540
Hunter Lab59.0827-18.2369-33.2626
CIE-Lab65.6767-18.6237-35.3036

#12acde color RGB value is (18,172,222).

#12acde hex color red value is 18, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #12acde hue: 0.54 , saturation: 0.85 and the lightness value of 12acde is 0.47.

The process color (four color CMYK) of #12acde color hex is 0.92, 0.23, 0.00, 0.13. Web safe color of #12acde is #0099cc. Color #12acde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101100 11011110
Octal 22 254 336
Decimal 18 172 222
Hex 12 AC DE

RGB Percentages of Color #12acde

%4.37
%41.75
%53.88

CMYK Percentages of Color #12acde

%92
%23
%0
%13

Triadic Colors of #12acde

#12acde #de12ac #acde12

Analogous Colors of #12acde

#12acde #1246de #12deaa

Monochromatic Colors of #12acde

#12acde

Complementary Color

#12acde #de4412

#12acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#12acde Color CSS Codes

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

#12acde Text Font Color

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

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


#12acde Background Color

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

This div background color is #12acde


#12acde Border Color

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

This div border color is #12acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12acde


Comments

No comments written yet.

Please login to write comment.