Color Hex Logo

#cda93a Color Hex

#CDA93A
(205,169,58)
0 Favorites   0 Comments

Color spaces of #cda93a

RGB 20516958
HSL0.130.600.52
HSV45°72°80°
CMYK 0.000.180.72   0.20
XYZ40.128541.66069.9293
Yxy41.66060.43750.4542
Hunter Lab64.5450-1.978036.0606
CIE-Lab70.63631.662959.3507

#cda93a color RGB value is (205,169,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101001 00111010
Octal 315 251 72
Decimal 205 169 58
Hex CD A9 3A

RGB Percentages of Color #cda93a

%47.45
%39.12
%13.43

CMYK Percentages of Color #cda93a

%0
%18
%72
%20

Triadic Colors of #cda93a

#cda93a #3acda9 #a93acd

Analogous Colors of #cda93a

#cda93a #a8cd3a #cd5f3a

Monochromatic Colors of #cda93a

#cda93a

Complementary Color

#cda93a #3a5ecd

#cda93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda93a Color CSS Codes

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

#cda93a Text Font Color

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

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


#cda93a Background Color

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

This div background color is #cda93a


#cda93a Border Color

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

This div border color is #cda93a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,169,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 #cda93a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda93a


Comments

No comments written yet.

Please login to write comment.