Color Hex Logo

#12add0 Color Hex

#12ADD0
(18,173,208)
0 Favorites   0 Comments

Color spaces of #12add0

RGB 18173208
HSL0.530.840.44
HSV191°91°82°
CMYK 0.910.170.00   0.18
XYZ26.578234.569864.9463
Yxy34.56980.21080.2742
Hunter Lab58.7961-22.2040-24.3346
CIE-Lab65.4123-23.9520-27.9897

#12add0 color RGB value is (18,173,208).

#12add0 hex color red value is 18, green value is 173 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #12add0 hue: 0.53 , saturation: 0.84 and the lightness value of 12add0 is 0.44.

The process color (four color CMYK) of #12add0 color hex is 0.91, 0.17, 0.00, 0.18. Web safe color of #12add0 is #0099cc. Color #12add0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101101 11010000
Octal 22 255 320
Decimal 18 173 208
Hex 12 AD D0

RGB Percentages of Color #12add0

%4.51
%43.36
%52.13

CMYK Percentages of Color #12add0

%91
%17
%0
%18

Triadic Colors of #12add0

#12add0 #d012ad #add012

Analogous Colors of #12add0

#12add0 #124ed0 #12d094

Monochromatic Colors of #12add0

#12add0

Complementary Color

#12add0 #d03512

#12add0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12add0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#12add0 Color CSS Codes

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

#12add0 Text Font Color

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

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


#12add0 Background Color

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

This div background color is #12add0


#12add0 Border Color

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

This div border color is #12add0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12add0


Comments

No comments written yet.

Please login to write comment.