Color Hex Logo

#cda40e Color Hex

#CDA40E
(205,164,14)
0 Favorites   0 Comments

Color spaces of #cda40e

RGB 20516414
HSL0.130.870.43
HSV47°93°80°
CMYK 0.000.200.93   0.20
XYZ38.531639.56186.0208
Yxy39.56180.45810.4703
Hunter Lab62.8982-0.722238.3533
CIE-Lab69.15632.999270.6259

#cda40e color RGB value is (205,164,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100100 00001110
Octal 315 244 16
Decimal 205 164 14
Hex CD A4 E

RGB Percentages of Color #cda40e

%53.52
%42.82
%3.66

CMYK Percentages of Color #cda40e

%0
%20
%93
%20

Triadic Colors of #cda40e

#cda40e #0ecda4 #a40ecd

Analogous Colors of #cda40e

#cda40e #97cd0e #cd450e

Monochromatic Colors of #cda40e

#cda40e

Complementary Color

#cda40e #0e37cd

#cda40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda40e Color CSS Codes

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

#cda40e Text Font Color

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

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


#cda40e Background Color

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

This div background color is #cda40e


#cda40e Border Color

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

This div border color is #cda40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda40e


Comments

No comments written yet.

Please login to write comment.