Color Hex Logo

#12aede Color Hex

#12AEDE
(18,174,222)
0 Favorites   0 Comments

Color spaces of #12aede

RGB 18174222
HSL0.540.850.47
HSV194°92°87°
CMYK 0.920.220.00   0.13
XYZ28.570335.674674.4873
Yxy35.67460.20590.2571
Hunter Lab59.7282-19.1410-32.1310
CIE-Lab66.2705-19.6782-34.3805

#12aede color RGB value is (18,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101110 11011110
Octal 22 256 336
Decimal 18 174 222
Hex 12 AE DE

RGB Percentages of Color #12aede

%4.35
%42.03
%53.62

CMYK Percentages of Color #12aede

%92
%22
%0
%13

Triadic Colors of #12aede

#12aede #de12ae #aede12

Analogous Colors of #12aede

#12aede #1248de #12dea8

Monochromatic Colors of #12aede

#12aede

Complementary Color

#12aede #de4212

#12aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#12aede Color CSS Codes

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

#12aede Text Font Color

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

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


#12aede Background Color

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

This div background color is #12aede


#12aede Border Color

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

This div border color is #12aede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,174,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 #12aede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12aede


Comments

No comments written yet.

Please login to write comment.