Color Hex Logo

#cdae4a Color Hex

#CDAE4A
(205,174,74)
0 Favorites   0 Comments

Color spaces of #cdae4a

RGB 20517474
HSL0.130.570.55
HSV46°64°80°
CMYK 0.000.150.64   0.20
XYZ41.548943.745712.7325
Yxy43.74570.42390.4463
Hunter Lab66.1405-3.613834.8846
CIE-Lab72.0582-0.091554.0224

#cdae4a color RGB value is (205,174,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101110 01001010
Octal 315 256 112
Decimal 205 174 74
Hex CD AE 4A

RGB Percentages of Color #cdae4a

%45.25
%38.41
%16.34

CMYK Percentages of Color #cdae4a

%0
%15
%64
%20

Triadic Colors of #cdae4a

#cdae4a #4acdae #ae4acd

Analogous Colors of #cdae4a

#cdae4a #abcd4a #cd6d4a

Monochromatic Colors of #cdae4a

#cdae4a

Complementary Color

#cdae4a #4a69cd

#cdae4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdae4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdae4a Color CSS Codes

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

#cdae4a Text Font Color

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

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


#cdae4a Background Color

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

This div background color is #cdae4a


#cdae4a Border Color

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

This div border color is #cdae4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdae4a


Comments

No comments written yet.

Please login to write comment.