Color Hex Logo

#cdbd4f Color Hex

#CDBD4F
(205,189,79)
0 Favorites   0 Comments

Color spaces of #cdbd4f

RGB 20518979
HSL0.150.560.56
HSV52°61°80°
CMYK 0.000.080.61   0.20
XYZ44.785749.938814.6758
Yxy49.93880.40940.4565
Hunter Lab70.6674-10.542937.1542
CIE-Lab76.0317-7.610056.1312

#cdbd4f color RGB value is (205,189,79).

#cdbd4f hex color red value is 205, green value is 189 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cdbd4f hue: 0.15 , saturation: 0.56 and the lightness value of cdbd4f is 0.56.

The process color (four color CMYK) of #cdbd4f color hex is 0.00, 0.08, 0.61, 0.20. Web safe color of #cdbd4f is #cccc66. Color #cdbd4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111101 01001111
Octal 315 275 117
Decimal 205 189 79
Hex CD BD 4F

RGB Percentages of Color #cdbd4f

%43.34
%39.96
%16.70

CMYK Percentages of Color #cdbd4f

%0
%8
%61
%20

Triadic Colors of #cdbd4f

#cdbd4f #4fcdbd #bd4fcd

Analogous Colors of #cdbd4f

#cdbd4f #9ecd4f #cd7e4f

Monochromatic Colors of #cdbd4f

#cdbd4f

Complementary Color

#cdbd4f #4f5fcd

#cdbd4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbd4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbd4f Color CSS Codes

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

#cdbd4f Text Font Color

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

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


#cdbd4f Background Color

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

This div background color is #cdbd4f


#cdbd4f Border Color

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

This div border color is #cdbd4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbd4f


Comments

No comments written yet.

Please login to write comment.