Color Hex Logo

#cdad3d Color Hex

#CDAD3D
(205,173,61)
0 Favorites   0 Comments

Color spaces of #cdad3d

RGB 20517361
HSL0.130.590.52
HSV47°70°80°
CMYK 0.000.160.70   0.20
XYZ40.962743.203210.5950
Yxy43.20320.43230.4559
Hunter Lab65.7291-3.784036.4533
CIE-Lab71.6927-0.309159.2036

#cdad3d color RGB value is (205,173,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101101 00111101
Octal 315 255 75
Decimal 205 173 61
Hex CD AD 3D

RGB Percentages of Color #cdad3d

%46.70
%39.41
%13.90

CMYK Percentages of Color #cdad3d

%0
%16
%70
%20

Triadic Colors of #cdad3d

#cdad3d #3dcdad #ad3dcd

Analogous Colors of #cdad3d

#cdad3d #a5cd3d #cd653d

Monochromatic Colors of #cdad3d

#cdad3d

Complementary Color

#cdad3d #3d5dcd

#cdad3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdad3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdad3d Color CSS Codes

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

#cdad3d Text Font Color

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

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


#cdad3d Background Color

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

This div background color is #cdad3d


#cdad3d Border Color

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

This div border color is #cdad3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdad3d


Comments

No comments written yet.

Please login to write comment.