Color Hex Logo

#cdb44a Color Hex

#CDB44A
(205,180,74)
0 Favorites   0 Comments

Color spaces of #cdb44a

RGB 20518074
HSL0.130.570.55
HSV49°64°80°
CMYK 0.000.120.64   0.20
XYZ42.734146.116113.1275
Yxy46.11610.41910.4522
Hunter Lab67.9088-6.512936.0748
CIE-Lab73.6208-3.252555.7155

#cdb44a color RGB value is (205,180,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 01001010
Octal 315 264 112
Decimal 205 180 74
Hex CD B4 4A

RGB Percentages of Color #cdb44a

%44.66
%39.22
%16.12

CMYK Percentages of Color #cdb44a

%0
%12
%64
%20

Triadic Colors of #cdb44a

#cdb44a #4acdb4 #b44acd

Analogous Colors of #cdb44a

#cdb44a #a5cd4a #cd734a

Monochromatic Colors of #cdb44a

#cdb44a

Complementary Color

#cdb44a #4a63cd

#cdb44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb44a Color CSS Codes

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

#cdb44a Text Font Color

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

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


#cdb44a Background Color

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

This div background color is #cdb44a


#cdb44a Border Color

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

This div border color is #cdb44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb44a


Comments

No comments written yet.

Please login to write comment.