Color Hex Logo

#cdae3a Color Hex

#CDAE3A
(205,174,58)
0 Favorites   0 Comments

Color spaces of #cdae3a

RGB 20517458
HSL0.130.600.52
HSV47°72°80°
CMYK 0.000.150.72   0.20
XYZ41.076643.556710.2453
Yxy43.55670.43290.4591
Hunter Lab65.9975-4.397936.9942
CIE-Lab71.9312-0.987560.6383

#cdae3a color RGB value is (205,174,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101110 00111010
Octal 315 256 72
Decimal 205 174 58
Hex CD AE 3A

RGB Percentages of Color #cdae3a

%46.91
%39.82
%13.27

CMYK Percentages of Color #cdae3a

%0
%15
%72
%20

Triadic Colors of #cdae3a

#cdae3a #3acdae #ae3acd

Analogous Colors of #cdae3a

#cdae3a #a3cd3a #cd653a

Monochromatic Colors of #cdae3a

#cdae3a

Complementary Color

#cdae3a #3a59cd

#cdae3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdae3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdae3a Color CSS Codes

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

#cdae3a Text Font Color

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

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


#cdae3a Background Color

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

This div background color is #cdae3a


#cdae3a Border Color

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

This div border color is #cdae3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdae3a


Comments

No comments written yet.

Please login to write comment.