Color Hex Logo

#12aadc Color Hex

#12AADC
(18,170,220)
0 Favorites   0 Comments

Color spaces of #12aadc

RGB 18170220
HSL0.540.850.47
HSV195°92°86°
CMYK 0.920.230.00   0.14
XYZ27.542434.045472.8299
Yxy34.04540.20490.2533
Hunter Lab58.3484-17.8518-33.1612
CIE-Lab64.9986-18.2616-35.2567

#12aadc color RGB value is (18,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101010 11011100
Octal 22 252 334
Decimal 18 170 220
Hex 12 AA DC

RGB Percentages of Color #12aadc

%4.41
%41.67
%53.92

CMYK Percentages of Color #12aadc

%92
%23
%0
%14

Triadic Colors of #12aadc

#12aadc #dc12aa #aadc12

Analogous Colors of #12aadc

#12aadc #1245dc #12dca9

Monochromatic Colors of #12aadc

#12aadc

Complementary Color

#12aadc #dc4412

#12aadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12aadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#12aadc Color CSS Codes

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

#12aadc Text Font Color

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

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


#12aadc Background Color

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

This div background color is #12aadc


#12aadc Border Color

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

This div border color is #12aadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12aadc


Comments

No comments written yet.

Please login to write comment.