Color Hex Logo

#12aafc Color Hex

#12AAFC
(18,170,252)
0 Favorites   0 Comments

Color spaces of #12aafc

RGB 18170252
HSL0.560.980.53
HSV201°93°99°
CMYK 0.930.330.00   0.01
XYZ32.194935.906397.3292
Yxy35.90630.19460.2170
Hunter Lab59.9219-8.9585-54.3576
CIE-Lab66.4483-6.8403-50.5076

#12aafc color RGB value is (18,170,252).

#12aafc hex color red value is 18, green value is 170 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #12aafc hue: 0.56 , saturation: 0.98 and the lightness value of 12aafc is 0.53.

The process color (four color CMYK) of #12aafc color hex is 0.93, 0.33, 0.00, 0.01. Web safe color of #12aafc is #0099ff. Color #12aafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101010 11111100
Octal 22 252 374
Decimal 18 170 252
Hex 12 AA FC

RGB Percentages of Color #12aafc

%4.09
%38.64
%57.27

CMYK Percentages of Color #12aafc

%93
%33
%0
%1

Triadic Colors of #12aafc

#12aafc #fc12aa #aafc12

Analogous Colors of #12aafc

#12aafc #1235fc #12fcd9

Monochromatic Colors of #12aafc

#12aafc

Complementary Color

#12aafc #fc6412

#12aafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12aafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#12aafc Color CSS Codes

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

#12aafc Text Font Color

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

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


#12aafc Background Color

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

This div background color is #12aafc


#12aafc Border Color

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

This div border color is #12aafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12aafc

Related Colors


Comments

No comments written yet.

Please login to write comment.