Color Hex Logo

#cdba49 Color Hex

#CDBA49
(205,186,73)
0 Favorites   0 Comments

Color spaces of #cdba49

RGB 20518673
HSL0.140.570.55
HSV51°64°80°
CMYK 0.000.090.64   0.20
XYZ43.938348.578013.3640
Yxy48.57800.41500.4588
Hunter Lab69.6979-9.443137.4202
CIE-Lab75.1880-6.443257.8278

#cdba49 color RGB value is (205,186,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111010 01001001
Octal 315 272 111
Decimal 205 186 73
Hex CD BA 49

RGB Percentages of Color #cdba49

%44.18
%40.09
%15.73

CMYK Percentages of Color #cdba49

%0
%9
%64
%20

Triadic Colors of #cdba49

#cdba49 #49cdba #ba49cd

Analogous Colors of #cdba49

#cdba49 #9ecd49 #cd7849

Monochromatic Colors of #cdba49

#cdba49

Complementary Color

#cdba49 #495ccd

#cdba49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdba49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdba49 Color CSS Codes

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

#cdba49 Text Font Color

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

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


#cdba49 Background Color

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

This div background color is #cdba49


#cdba49 Border Color

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

This div border color is #cdba49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdba49


Comments

No comments written yet.

Please login to write comment.