Color Hex Logo

#cda73a Color Hex

#CDA73A
(205,167,58)
0 Favorites   0 Comments

Color spaces of #cda73a

RGB 20516758
HSL0.120.600.52
HSV44°72°80°
CMYK 0.000.190.72   0.20
XYZ39.759340.92219.8062
Yxy40.92210.43940.4522
Hunter Lab63.9704-1.005735.6905
CIE-Lab70.12132.728858.8364

#cda73a color RGB value is (205,167,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100111 00111010
Octal 315 247 72
Decimal 205 167 58
Hex CD A7 3A

RGB Percentages of Color #cda73a

%47.67
%38.84
%13.49

CMYK Percentages of Color #cda73a

%0
%19
%72
%20

Triadic Colors of #cda73a

#cda73a #3acda7 #a73acd

Analogous Colors of #cda73a

#cda73a #aacd3a #cd5d3a

Monochromatic Colors of #cda73a

#cda73a

Complementary Color

#cda73a #3a60cd

#cda73a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda73a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda73a Color CSS Codes

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

#cda73a Text Font Color

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

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


#cda73a Background Color

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

This div background color is #cda73a


#cda73a Border Color

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

This div border color is #cda73a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda73a


Comments

No comments written yet.

Please login to write comment.