Color Hex Logo

#12aaba Color Hex

#12AABA
(18,170,186)
0 Favorites   0 Comments

Color spaces of #12aaba

RGB 18170186
HSL0.520.820.40
HSV186°90°73°
CMYK 0.900.090.00   0.27
XYZ23.487132.423251.4748
Yxy32.42320.21870.3019
Hunter Lab56.9414-26.0200-13.7390
CIE-Lab63.6911-29.7342-18.4042

#12aaba color RGB value is (18,170,186).

#12aaba hex color red value is 18, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #12aaba hue: 0.52 , saturation: 0.82 and the lightness value of 12aaba is 0.40.

The process color (four color CMYK) of #12aaba color hex is 0.90, 0.09, 0.00, 0.27. Web safe color of #12aaba is #0099cc. Color #12aaba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101010 10111010
Octal 22 252 272
Decimal 18 170 186
Hex 12 AA BA

RGB Percentages of Color #12aaba

%4.81
%45.45
%49.73

CMYK Percentages of Color #12aaba

%90
%9
%0
%27

Triadic Colors of #12aaba

#12aaba #ba12aa #aaba12

Analogous Colors of #12aaba

#12aaba #1256ba #12ba76

Monochromatic Colors of #12aaba

#12aaba

Complementary Color

#12aaba #ba2212

#12aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#12aaba Color CSS Codes

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

#12aaba Text Font Color

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

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


#12aaba Background Color

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

This div background color is #12aaba


#12aaba Border Color

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

This div border color is #12aaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12aaba


Comments

No comments written yet.

Please login to write comment.