Color Hex Logo

#cdae3d Color Hex

#CDAE3D
(205,174,61)
0 Favorites   0 Comments

Color spaces of #cdae3d

RGB 20517461
HSL0.130.590.52
HSV47°70°80°
CMYK 0.000.150.70   0.20
XYZ41.155243.588210.6591
Yxy43.58820.43140.4569
Hunter Lab66.0214-4.267336.6426
CIE-Lab71.9524-0.837859.4663

#cdae3d color RGB value is (205,174,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101110 00111101
Octal 315 256 75
Decimal 205 174 61
Hex CD AE 3D

RGB Percentages of Color #cdae3d

%46.59
%39.55
%13.86

CMYK Percentages of Color #cdae3d

%0
%15
%70
%20

Triadic Colors of #cdae3d

#cdae3d #3dcdae #ae3dcd

Analogous Colors of #cdae3d

#cdae3d #a4cd3d #cd663d

Monochromatic Colors of #cdae3d

#cdae3d

Complementary Color

#cdae3d #3d5ccd

#cdae3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdae3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdae3d Color CSS Codes

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

#cdae3d Text Font Color

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

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


#cdae3d Background Color

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

This div background color is #cdae3d


#cdae3d Border Color

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

This div border color is #cdae3d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,174,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 #cdae3d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdae3d


Comments

No comments written yet.

Please login to write comment.