Color Hex Logo

#cda349 Color Hex

#CDA349
(205,163,73)
0 Favorites   0 Comments

Color spaces of #cda349

RGB 20516373
HSL0.110.570.55
HSV41°64°80°
CMYK 0.000.200.64   0.20
XYZ39.476639.654611.8768
Yxy39.65460.43380.4357
Hunter Lab62.97191.699532.8980
CIE-Lab69.22285.713251.3758

#cda349 color RGB value is (205,163,73).

#cda349 hex color red value is 205, green value is 163 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cda349 hue: 0.11 , saturation: 0.57 and the lightness value of cda349 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100011 01001001
Octal 315 243 111
Decimal 205 163 73
Hex CD A3 49

RGB Percentages of Color #cda349

%46.49
%36.96
%16.55

CMYK Percentages of Color #cda349

%0
%20
%64
%20

Triadic Colors of #cda349

#cda349 #49cda3 #a349cd

Analogous Colors of #cda349

#cda349 #b5cd49 #cd6149

Monochromatic Colors of #cda349

#cda349

Complementary Color

#cda349 #4973cd

#cda349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda349 Color CSS Codes

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

#cda349 Text Font Color

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

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


#cda349 Background Color

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

This div background color is #cda349


#cda349 Border Color

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

This div border color is #cda349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda349


Comments

No comments written yet.

Please login to write comment.