Color Hex Logo

#cda73e Color Hex

#CDA73E
(205,167,62)
0 Favorites   0 Comments

Color spaces of #cda73e

RGB 20516762
HSL0.120.590.52
HSV44°70°80°
CMYK 0.000.190.70   0.20
XYZ39.865140.964410.3632
Yxy40.96440.43720.4492
Hunter Lab64.0034-0.825735.2024
CIE-Lab70.15102.932357.2213

#cda73e color RGB value is (205,167,62).

#cda73e hex color red value is 205, green value is 167 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cda73e hue: 0.12 , saturation: 0.59 and the lightness value of cda73e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100111 00111110
Octal 315 247 76
Decimal 205 167 62
Hex CD A7 3E

RGB Percentages of Color #cda73e

%47.24
%38.48
%14.29

CMYK Percentages of Color #cda73e

%0
%19
%70
%20

Triadic Colors of #cda73e

#cda73e #3ecda7 #a73ecd

Analogous Colors of #cda73e

#cda73e #accd3e #cd5f3e

Monochromatic Colors of #cda73e

#cda73e

Complementary Color

#cda73e #3e64cd

#cda73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda73e Color CSS Codes

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

#cda73e Text Font Color

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

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


#cda73e Background Color

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

This div background color is #cda73e


#cda73e Border Color

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

This div border color is #cda73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda73e


Comments

No comments written yet.

Please login to write comment.