Color Hex Logo

#12aadb Color Hex

#12AADB
(18,170,219)
0 Favorites   0 Comments

Color spaces of #12aadb

RGB 18170219
HSL0.540.850.46
HSV195°92°86°
CMYK 0.920.220.00   0.14
XYZ27.410433.992572.1344
Yxy33.99250.20530.2546
Hunter Lab58.3031-18.1111-32.5433
CIE-Lab64.9566-18.6101-34.7705

#12aadb color RGB value is (18,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101010 11011011
Octal 22 252 333
Decimal 18 170 219
Hex 12 AA DB

RGB Percentages of Color #12aadb

%4.42
%41.77
%53.81

CMYK Percentages of Color #12aadb

%92
%22
%0
%14

Triadic Colors of #12aadb

#12aadb #db12aa #aadb12

Analogous Colors of #12aadb

#12aadb #1246db #12dba8

Monochromatic Colors of #12aadb

#12aadb

Complementary Color

#12aadb #db4312

#12aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12aadb Color CSS Codes

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

#12aadb Text Font Color

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

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


#12aadb Background Color

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

This div background color is #12aadb


#12aadb Border Color

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

This div border color is #12aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12aadb


Comments

No comments written yet.

Please login to write comment.