Color Hex Logo

#12acdb Color Hex

#12ACDB
(18,172,219)
0 Favorites   0 Comments

Color spaces of #12acdb

RGB 18172219
HSL0.540.850.46
HSV194°92°86°
CMYK 0.920.210.00   0.14
XYZ27.788234.748172.2603
Yxy34.74810.20610.2578
Hunter Lab58.9475-19.0122-31.4169
CIE-Lab65.5521-19.6659-33.8452

#12acdb color RGB value is (18,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101100 11011011
Octal 22 254 333
Decimal 18 172 219
Hex 12 AC DB

RGB Percentages of Color #12acdb

%4.40
%42.05
%53.55

CMYK Percentages of Color #12acdb

%92
%21
%0
%14

Triadic Colors of #12acdb

#12acdb #db12ac #acdb12

Analogous Colors of #12acdb

#12acdb #1248db #12dba6

Monochromatic Colors of #12acdb

#12acdb

Complementary Color

#12acdb #db4112

#12acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12acdb Color CSS Codes

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

#12acdb Text Font Color

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

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


#12acdb Background Color

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

This div background color is #12acdb


#12acdb Border Color

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

This div border color is #12acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12acdb


Comments

No comments written yet.

Please login to write comment.