Color Hex Logo

#12abdc Color Hex

#12ABDC
(18,171,220)
0 Favorites   0 Comments

Color spaces of #12abdc

RGB 18171220
HSL0.540.850.47
HSV195°92°86°
CMYK 0.920.220.00   0.14
XYZ27.730634.421772.8926
Yxy34.42170.20530.2549
Hunter Lab58.6700-18.3038-32.5939
CIE-Lab65.2959-18.7912-34.7942

#12abdc color RGB value is (18,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101011 11011100
Octal 22 253 334
Decimal 18 171 220
Hex 12 AB DC

RGB Percentages of Color #12abdc

%4.40
%41.81
%53.79

CMYK Percentages of Color #12abdc

%92
%22
%0
%14

Triadic Colors of #12abdc

#12abdc #dc12ab #abdc12

Analogous Colors of #12abdc

#12abdc #1246dc #12dca8

Monochromatic Colors of #12abdc

#12abdc

Complementary Color

#12abdc #dc4312

#12abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#12abdc Color CSS Codes

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

#12abdc Text Font Color

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

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


#12abdc Background Color

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

This div background color is #12abdc


#12abdc Border Color

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

This div border color is #12abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12abdc


Comments

No comments written yet.

Please login to write comment.