Color Hex Logo

#12aedf Color Hex

#12AEDF
(18,174,223)
0 Favorites   0 Comments

Color spaces of #12aedf

RGB 18174223
HSL0.540.850.47
HSV194°92°87°
CMYK 0.920.220.00   0.13
XYZ28.704835.728475.1954
Yxy35.72840.20560.2559
Hunter Lab59.7732-18.8824-32.7462
CIE-Lab66.3119-19.3316-34.8659

#12aedf color RGB value is (18,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101110 11011111
Octal 22 256 337
Decimal 18 174 223
Hex 12 AE DF

RGB Percentages of Color #12aedf

%4.34
%41.93
%53.73

CMYK Percentages of Color #12aedf

%92
%22
%0
%13

Triadic Colors of #12aedf

#12aedf #df12ae #aedf12

Analogous Colors of #12aedf

#12aedf #1247df #12dfaa

Monochromatic Colors of #12aedf

#12aedf

Complementary Color

#12aedf #df4312

#12aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#12aedf Color CSS Codes

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

#12aedf Text Font Color

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

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


#12aedf Background Color

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

This div background color is #12aedf


#12aedf Border Color

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

This div border color is #12aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12aedf


Comments

No comments written yet.

Please login to write comment.