Color Hex Logo

#12a8dc Color Hex

#12A8DC
(18,168,220)
0 Favorites   0 Comments

Color spaces of #12a8dc

RGB 18168220
HSL0.540.850.47
HSV195°92°86°
CMYK 0.920.240.00   0.14
XYZ27.170433.301272.7059
Yxy33.30120.20400.2501
Hunter Lab57.7072-16.9441-34.3051
CIE-Lab64.4041-17.1953-36.1824

#12a8dc color RGB value is (18,168,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101000 11011100
Octal 22 250 334
Decimal 18 168 220
Hex 12 A8 DC

RGB Percentages of Color #12a8dc

%4.43
%41.38
%54.19

CMYK Percentages of Color #12a8dc

%92
%24
%0
%14

Triadic Colors of #12a8dc

#12a8dc #dc12a8 #a8dc12

Analogous Colors of #12a8dc

#12a8dc #1243dc #12dcab

Monochromatic Colors of #12a8dc

#12a8dc

Complementary Color

#12a8dc #dc4612

#12a8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12a8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#12a8dc Color CSS Codes

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

#12a8dc Text Font Color

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

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


#12a8dc Background Color

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

This div background color is #12a8dc


#12a8dc Border Color

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

This div border color is #12a8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12a8dc


Comments

No comments written yet.

Please login to write comment.