Color Hex Logo

#cdac61 Color Hex

#CDAC61
(205,172,97)
0 Favorites   0 Comments

Color spaces of #cdac61

RGB 20517297
HSL0.120.520.59
HSV42°53°80°
CMYK 0.000.160.53   0.20
XYZ42.087043.347317.4579
Yxy43.34730.40900.4213
Hunter Lab65.8387-1.112530.3656
CIE-Lab71.79012.695442.7094

#cdac61 color RGB value is (205,172,97).

#cdac61 hex color red value is 205, green value is 172 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #cdac61 hue: 0.12 , saturation: 0.52 and the lightness value of cdac61 is 0.59.

The process color (four color CMYK) of #cdac61 color hex is 0.00, 0.16, 0.53, 0.20. Web safe color of #cdac61 is #cc9966. Color #cdac61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101100 01100001
Octal 315 254 141
Decimal 205 172 97
Hex CD AC 61

RGB Percentages of Color #cdac61

%43.25
%36.29
%20.46

CMYK Percentages of Color #cdac61

%0
%16
%53
%20

Triadic Colors of #cdac61

#cdac61 #61cdac #ac61cd

Analogous Colors of #cdac61

#cdac61 #b8cd61 #cd7661

Monochromatic Colors of #cdac61

#cdac61

Complementary Color

#cdac61 #6182cd

#cdac61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdac61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdac61 Color CSS Codes

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

#cdac61 Text Font Color

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

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


#cdac61 Background Color

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

This div background color is #cdac61


#cdac61 Border Color

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

This div border color is #cdac61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdac61


Comments

No comments written yet.

Please login to write comment.