Color Hex Logo

#cda953 Color Hex

#CDA953
(205,169,83)
0 Favorites   0 Comments

Color spaces of #cda953

RGB 20516983
HSL0.120.550.56
HSV42°60°80°
CMYK 0.000.180.60   0.20
XYZ40.926141.979614.1294
Yxy41.97960.42180.4326
Hunter Lab64.7917-0.634732.4245
CIE-Lab70.85693.181148.4979

#cda953 color RGB value is (205,169,83).

#cda953 hex color red value is 205, green value is 169 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #cda953 hue: 0.12 , saturation: 0.55 and the lightness value of cda953 is 0.56.

The process color (four color CMYK) of #cda953 color hex is 0.00, 0.18, 0.60, 0.20. Web safe color of #cda953 is #cc9966. Color #cda953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101001 01010011
Octal 315 251 123
Decimal 205 169 83
Hex CD A9 53

RGB Percentages of Color #cda953

%44.86
%36.98
%18.16

CMYK Percentages of Color #cda953

%0
%18
%60
%20

Triadic Colors of #cda953

#cda953 #53cda9 #a953cd

Analogous Colors of #cda953

#cda953 #b4cd53 #cd6c53

Monochromatic Colors of #cda953

#cda953

Complementary Color

#cda953 #5377cd

#cda953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda953 Color CSS Codes

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

#cda953 Text Font Color

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

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


#cda953 Background Color

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

This div background color is #cda953


#cda953 Border Color

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

This div border color is #cda953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda953


Comments

No comments written yet.

Please login to write comment.