Color Hex Logo

#cda029 Color Hex

#CDA029
(205,160,41)
0 Favorites   0 Comments

Color spaces of #cda029

RGB 20516041
HSL0.120.670.48
HSV44°80°80°
CMYK 0.000.220.80   0.20
XYZ38.147938.28087.4762
Yxy38.28080.45470.4562
Hunter Lab61.87151.782136.1458
CIE-Lab68.22715.772063.3216

#cda029 color RGB value is (205,160,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100000 00101001
Octal 315 240 51
Decimal 205 160 41
Hex CD A0 29

RGB Percentages of Color #cda029

%50.49
%39.41
%10.10

CMYK Percentages of Color #cda029

%0
%22
%80
%20

Triadic Colors of #cda029

#cda029 #29cda0 #a029cd

Analogous Colors of #cda029

#cda029 #a8cd29 #cd4e29

Monochromatic Colors of #cda029

#cda029

Complementary Color

#cda029 #2956cd

#cda029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda029 Color CSS Codes

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

#cda029 Text Font Color

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

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


#cda029 Background Color

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

This div background color is #cda029


#cda029 Border Color

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

This div border color is #cda029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda029


Comments

No comments written yet.

Please login to write comment.