Color Hex Logo

#cda52a Color Hex

#CDA52A
(205,165,42)
0 Favorites   0 Comments

Color spaces of #cda52a

RGB 20516542
HSL0.130.660.48
HSV45°80°80°
CMYK 0.000.200.80   0.20
XYZ39.049940.05667.8640
Yxy40.05660.44900.4606
Hunter Lab63.2903-0.624136.9362
CIE-Lab69.50983.127164.1411

#cda52a color RGB value is (205,165,42).

#cda52a hex color red value is 205, green value is 165 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cda52a hue: 0.13 , saturation: 0.66 and the lightness value of cda52a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100101 00101010
Octal 315 245 52
Decimal 205 165 42
Hex CD A5 2A

RGB Percentages of Color #cda52a

%49.76
%40.05
%10.19

CMYK Percentages of Color #cda52a

%0
%20
%80
%20

Triadic Colors of #cda52a

#cda52a #2acda5 #a52acd

Analogous Colors of #cda52a

#cda52a #a4cd2a #cd532a

Monochromatic Colors of #cda52a

#cda52a

Complementary Color

#cda52a #2a52cd

#cda52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda52a Color CSS Codes

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

#cda52a Text Font Color

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

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


#cda52a Background Color

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

This div background color is #cda52a


#cda52a Border Color

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

This div border color is #cda52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda52a


Comments

No comments written yet.

Please login to write comment.