Color Hex Logo

#cdac1c Color Hex

#CDAC1C
(205,172,28)
0 Favorites   0 Comments

Color spaces of #cdac1c

RGB 20517228
HSL0.140.760.46
HSV49°86°80°
CMYK 0.000.160.86   0.20
XYZ40.139042.56807.1995
Yxy42.56800.44650.4735
Hunter Lab65.2442-4.361939.1284
CIE-Lab71.2608-0.996169.5753

#cdac1c color RGB value is (205,172,28).

#cdac1c hex color red value is 205, green value is 172 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cdac1c hue: 0.14 , saturation: 0.76 and the lightness value of cdac1c is 0.46.

The process color (four color CMYK) of #cdac1c color hex is 0.00, 0.16, 0.86, 0.20. Web safe color of #cdac1c is #cc9933. Color #cdac1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101100 00011100
Octal 315 254 34
Decimal 205 172 28
Hex CD AC 1C

RGB Percentages of Color #cdac1c

%50.62
%42.47
%6.91

CMYK Percentages of Color #cdac1c

%0
%16
%86
%20

Triadic Colors of #cdac1c

#cdac1c #1ccdac #ac1ccd

Analogous Colors of #cdac1c

#cdac1c #96cd1c #cd541c

Monochromatic Colors of #cdac1c

#cdac1c

Complementary Color

#cdac1c #1c3dcd

#cdac1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdac1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdac1c Color CSS Codes

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

#cdac1c Text Font Color

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

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


#cdac1c Background Color

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

This div background color is #cdac1c


#cdac1c Border Color

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

This div border color is #cdac1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdac1c


Comments

No comments written yet.

Please login to write comment.