Color Hex Logo

#12accd Color Hex

#12ACCD
(18,172,205)
0 Favorites   0 Comments

Color spaces of #12accd

RGB 18172205
HSL0.530.840.44
HSV191°91°80°
CMYK 0.910.160.00   0.20
XYZ26.021434.041462.9568
Yxy34.04140.21150.2767
Hunter Lab58.3450-22.4942-23.1350
CIE-Lab64.9954-24.4542-26.9716

#12accd color RGB value is (18,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101100 11001101
Octal 22 254 315
Decimal 18 172 205
Hex 12 AC CD

RGB Percentages of Color #12accd

%4.56
%43.54
%51.90

CMYK Percentages of Color #12accd

%91
%16
%0
%20

Triadic Colors of #12accd

#12accd #cd12ac #accd12

Analogous Colors of #12accd

#12accd #124ecd #12cd91

Monochromatic Colors of #12accd

#12accd

Complementary Color

#12accd #cd3312

#12accd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12accd Color Preview on White Background

Lorem ipsum dolor sit amet.

#12accd Color CSS Codes

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

#12accd Text Font Color

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

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


#12accd Background Color

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

This div background color is #12accd


#12accd Border Color

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

This div border color is #12accd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12accd


Comments

No comments written yet.

Please login to write comment.