Color Hex Logo

#12aade Color Hex

#12AADE
(18,170,222)
0 Favorites   0 Comments

Color spaces of #12aade

RGB 18170222
HSL0.540.850.47
HSV195°92°87°
CMYK 0.920.230.00   0.13
XYZ27.809034.152074.2335
Yxy34.15200.20420.2508
Hunter Lab58.4397-17.3289-34.4058
CIE-Lab65.0830-17.5614-36.2276

#12aade color RGB value is (18,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101010 11011110
Octal 22 252 336
Decimal 18 170 222
Hex 12 AA DE

RGB Percentages of Color #12aade

%4.39
%41.46
%54.15

CMYK Percentages of Color #12aade

%92
%23
%0
%13

Triadic Colors of #12aade

#12aade #de12aa #aade12

Analogous Colors of #12aade

#12aade #1244de #12deac

Monochromatic Colors of #12aade

#12aade

Complementary Color

#12aade #de4612

#12aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#12aade Color CSS Codes

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

#12aade Text Font Color

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

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


#12aade Background Color

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

This div background color is #12aade


#12aade Border Color

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

This div border color is #12aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12aade


Comments

No comments written yet.

Please login to write comment.