Color Hex Logo

#12aafb Color Hex

#12AAFB
(18,170,251)
0 Favorites   0 Comments

Color spaces of #12aafb

RGB 18170251
HSL0.560.970.53
HSV201°93°98°
CMYK 0.930.320.00   0.02
XYZ32.036835.843196.4967
Yxy35.84310.19490.2181
Hunter Lab59.8691-9.2531-53.6549
CIE-Lab66.3999-7.2031-50.0402

#12aafb color RGB value is (18,170,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101010 11111011
Octal 22 252 373
Decimal 18 170 251
Hex 12 AA FB

RGB Percentages of Color #12aafb

%4.10
%38.72
%57.18

CMYK Percentages of Color #12aafb

%93
%32
%0
%2

Triadic Colors of #12aafb

#12aafb #fb12aa #aafb12

Analogous Colors of #12aafb

#12aafb #1235fb #12fbd8

Monochromatic Colors of #12aafb

#12aafb

Complementary Color

#12aafb #fb6312

#12aafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12aafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12aafb Color CSS Codes

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

#12aafb Text Font Color

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

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


#12aafb Background Color

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

This div background color is #12aafb


#12aafb Border Color

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

This div border color is #12aafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12aafb


Comments

No comments written yet.

Please login to write comment.