Color Hex Logo

#cda429 Color Hex

#CDA429
(205,164,41)
0 Favorites   0 Comments

Color spaces of #cda429

RGB 20516441
HSL0.130.670.48
HSV45°80°80°
CMYK 0.000.200.80   0.20
XYZ38.852539.69027.7110
Yxy39.69020.45040.4602
Hunter Lab63.0002-0.168536.8432
CIE-Lab69.24833.627064.2339

#cda429 color RGB value is (205,164,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100100 00101001
Octal 315 244 51
Decimal 205 164 41
Hex CD A4 29

RGB Percentages of Color #cda429

%50.00
%40.00
%10.00

CMYK Percentages of Color #cda429

%0
%20
%80
%20

Triadic Colors of #cda429

#cda429 #29cda4 #a429cd

Analogous Colors of #cda429

#cda429 #a4cd29 #cd5229

Monochromatic Colors of #cda429

#cda429

Complementary Color

#cda429 #2952cd

#cda429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda429 Color CSS Codes

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

#cda429 Text Font Color

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

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


#cda429 Background Color

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

This div background color is #cda429


#cda429 Border Color

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

This div border color is #cda429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda429


Comments

No comments written yet.

Please login to write comment.