Color Hex Logo

#cda019 Color Hex

#CDA019
(205,160,25)
0 Favorites   0 Comments

Color spaces of #cda019

RGB 20516025
HSL0.130.780.45
HSV45°88°80°
CMYK 0.000.220.88   0.20
XYZ37.923138.19096.2925
Yxy38.19090.46020.4634
Hunter Lab61.79881.389437.2221
CIE-Lab68.16115.330567.7807

#cda019 color RGB value is (205,160,25).

#cda019 hex color red value is 205, green value is 160 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #cda019 hue: 0.13 , saturation: 0.78 and the lightness value of cda019 is 0.45.

The process color (four color CMYK) of #cda019 color hex is 0.00, 0.22, 0.88, 0.20. Web safe color of #cda019 is #cc9900. Color #cda019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100000 00011001
Octal 315 240 31
Decimal 205 160 25
Hex CD A0 19

RGB Percentages of Color #cda019

%52.56
%41.03
%6.41

CMYK Percentages of Color #cda019

%0
%22
%88
%20

Triadic Colors of #cda019

#cda019 #19cda0 #a019cd

Analogous Colors of #cda019

#cda019 #a0cd19 #cd4619

Monochromatic Colors of #cda019

#cda019

Complementary Color

#cda019 #1946cd

#cda019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda019 Color CSS Codes

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

#cda019 Text Font Color

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

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


#cda019 Background Color

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

This div background color is #cda019


#cda019 Border Color

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

This div border color is #cda019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda019


Comments

No comments written yet.

Please login to write comment.