Color Hex Logo

#cdac46 Color Hex

#CDAC46
(205,172,70)
0 Favorites   0 Comments

Color spaces of #cdac46

RGB 20517270
HSL0.130.570.54
HSV45°66°80°
CMYK 0.000.160.66   0.20
XYZ41.034942.926411.9172
Yxy42.92640.42800.4477
Hunter Lab65.5182-2.860135.0784
CIE-Lab71.50500.721755.2024

#cdac46 color RGB value is (205,172,70).

#cdac46 hex color red value is 205, green value is 172 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #cdac46 hue: 0.13 , saturation: 0.57 and the lightness value of cdac46 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101100 01000110
Octal 315 254 106
Decimal 205 172 70
Hex CD AC 46

RGB Percentages of Color #cdac46

%45.86
%38.48
%15.66

CMYK Percentages of Color #cdac46

%0
%16
%66
%20

Triadic Colors of #cdac46

#cdac46 #46cdac #ac46cd

Analogous Colors of #cdac46

#cdac46 #abcd46 #cd6946

Monochromatic Colors of #cdac46

#cdac46

Complementary Color

#cdac46 #4667cd

#cdac46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdac46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdac46 Color CSS Codes

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

#cdac46 Text Font Color

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

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


#cdac46 Background Color

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

This div background color is #cdac46


#cdac46 Border Color

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

This div border color is #cdac46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdac46


Comments

No comments written yet.

Please login to write comment.