Color Hex Logo

#12aedb Color Hex

#12AEDB
(18,174,219)
0 Favorites   0 Comments

Color spaces of #12aedb

RGB 18174219
HSL0.540.850.46
HSV193°92°86°
CMYK 0.920.210.00   0.14
XYZ28.171735.515272.3881
Yxy35.51520.20700.2610
Hunter Lab59.5946-19.9097-30.3018
CIE-Lab66.1478-20.7142-32.9208

#12aedb color RGB value is (18,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101110 11011011
Octal 22 256 333
Decimal 18 174 219
Hex 12 AE DB

RGB Percentages of Color #12aedb

%4.38
%42.34
%53.28

CMYK Percentages of Color #12aedb

%92
%21
%0
%14

Triadic Colors of #12aedb

#12aedb #db12ae #aedb12

Analogous Colors of #12aedb

#12aedb #1249db #12dba4

Monochromatic Colors of #12aedb

#12aedb

Complementary Color

#12aedb #db3f12

#12aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12aedb Color CSS Codes

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

#12aedb Text Font Color

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

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


#12aedb Background Color

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

This div background color is #12aedb


#12aedb Border Color

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

This div border color is #12aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12aedb


Comments

No comments written yet.

Please login to write comment.