Color Hex Logo

#cda249 Color Hex

#CDA249
(205,162,73)
0 Favorites   0 Comments

Color spaces of #cda249

RGB 20516273
HSL0.110.570.55
HSV40°64°80°
CMYK 0.000.210.64   0.20
XYZ39.299839.300811.8178
Yxy39.30080.43460.4347
Hunter Lab62.69042.191332.7064
CIE-Lab68.96866.251251.0960

#cda249 color RGB value is (205,162,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100010 01001001
Octal 315 242 111
Decimal 205 162 73
Hex CD A2 49

RGB Percentages of Color #cda249

%46.59
%36.82
%16.59

CMYK Percentages of Color #cda249

%0
%21
%64
%20

Triadic Colors of #cda249

#cda249 #49cda2 #a249cd

Analogous Colors of #cda249

#cda249 #b6cd49 #cd6049

Monochromatic Colors of #cda249

#cda249

Complementary Color

#cda249 #4974cd

#cda249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda249 Color CSS Codes

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

#cda249 Text Font Color

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

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


#cda249 Background Color

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

This div background color is #cda249


#cda249 Border Color

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

This div border color is #cda249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda249


Comments

No comments written yet.

Please login to write comment.