Color Hex Logo

#cda809 Color Hex

#CDA809
(205,168,9)
0 Favorites   0 Comments

Color spaces of #cda809

RGB 2051689
HSL0.140.920.42
HSV49°96°80°
CMYK 0.000.180.96   0.20
XYZ39.228841.00416.1055
Yxy41.00410.45440.4749
Hunter Lab64.0344-2.707639.1710
CIE-Lab70.17880.810472.0332

#cda809 color RGB value is (205,168,9).

#cda809 hex color red value is 205, green value is 168 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #cda809 hue: 0.14 , saturation: 0.92 and the lightness value of cda809 is 0.42.

The process color (four color CMYK) of #cda809 color hex is 0.00, 0.18, 0.96, 0.20. Web safe color of #cda809 is #cc9900. Color #cda809 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101000 00001001
Octal 315 250 11
Decimal 205 168 9
Hex CD A8 9

RGB Percentages of Color #cda809

%53.66
%43.98
%2.36

CMYK Percentages of Color #cda809

%0
%18
%96
%20

Triadic Colors of #cda809

#cda809 #09cda8 #a809cd

Analogous Colors of #cda809

#cda809 #90cd09 #cd4609

Monochromatic Colors of #cda809

#cda809

Complementary Color

#cda809 #092ecd

#cda809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda809 Color CSS Codes

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

#cda809 Text Font Color

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

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


#cda809 Background Color

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

This div background color is #cda809


#cda809 Border Color

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

This div border color is #cda809


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda809


Comments

No comments written yet.

Please login to write comment.