Color Hex Logo

#cdb04c Color Hex

#CDB04C
(205,176,76)
0 Favorites   0 Comments

Color spaces of #cdb04c

RGB 20517676
HSL0.130.560.55
HSV47°63°80°
CMYK 0.000.140.63   0.20
XYZ42.006744.551613.2228
Yxy44.55160.42100.4465
Hunter Lab66.7470-4.469634.9773
CIE-Lab72.5957-1.019653.7095

#cdb04c color RGB value is (205,176,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 01001100
Octal 315 260 114
Decimal 205 176 76
Hex CD B0 4C

RGB Percentages of Color #cdb04c

%44.86
%38.51
%16.63

CMYK Percentages of Color #cdb04c

%0
%14
%63
%20

Triadic Colors of #cdb04c

#cdb04c #4ccdb0 #b04ccd

Analogous Colors of #cdb04c

#cdb04c #aacd4c #cd704c

Monochromatic Colors of #cdb04c

#cdb04c

Complementary Color

#cdb04c #4c69cd

#cdb04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb04c Color CSS Codes

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

#cdb04c Text Font Color

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

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


#cdb04c Background Color

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

This div background color is #cdb04c


#cdb04c Border Color

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

This div border color is #cdb04c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb04c


Comments

No comments written yet.

Please login to write comment.