Color Hex Logo

#cdad4d Color Hex

#CDAD4D
(205,173,77)
0 Favorites   0 Comments

Color spaces of #cdad4d

RGB 20517377
HSL0.130.560.55
HSV45°62°80°
CMYK 0.000.160.62   0.20
XYZ41.460043.402113.2134
Yxy43.40210.42270.4425
Hunter Lab65.8803-2.956234.2246
CIE-Lab71.82700.634052.4078

#cdad4d color RGB value is (205,173,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101101 01001101
Octal 315 255 115
Decimal 205 173 77
Hex CD AD 4D

RGB Percentages of Color #cdad4d

%45.05
%38.02
%16.92

CMYK Percentages of Color #cdad4d

%0
%16
%62
%20

Triadic Colors of #cdad4d

#cdad4d #4dcdad #ad4dcd

Analogous Colors of #cdad4d

#cdad4d #adcd4d #cd6d4d

Monochromatic Colors of #cdad4d

#cdad4d

Complementary Color

#cdad4d #4d6dcd

#cdad4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdad4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdad4d Color CSS Codes

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

#cdad4d Text Font Color

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

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


#cdad4d Background Color

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

This div background color is #cdad4d


#cdad4d Border Color

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

This div border color is #cdad4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdad4d


Comments

No comments written yet.

Please login to write comment.