Color Hex Logo

#cdb34f Color Hex

#CDB34F
(205,179,79)
0 Favorites   0 Comments

Color spaces of #cdb34f

RGB 20517979
HSL0.130.560.56
HSV48°61°80°
CMYK 0.000.130.61   0.20
XYZ42.708245.783813.9833
Yxy45.78380.41680.4468
Hunter Lab67.6637-5.745335.1118
CIE-Lab73.4050-2.399853.2415

#cdb34f color RGB value is (205,179,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110011 01001111
Octal 315 263 117
Decimal 205 179 79
Hex CD B3 4F

RGB Percentages of Color #cdb34f

%44.28
%38.66
%17.06

CMYK Percentages of Color #cdb34f

%0
%13
%61
%20

Triadic Colors of #cdb34f

#cdb34f #4fcdb3 #b34fcd

Analogous Colors of #cdb34f

#cdb34f #a8cd4f #cd744f

Monochromatic Colors of #cdb34f

#cdb34f

Complementary Color

#cdb34f #4f69cd

#cdb34f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb34f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb34f Color CSS Codes

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

#cdb34f Text Font Color

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

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


#cdb34f Background Color

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

This div background color is #cdb34f


#cdb34f Border Color

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

This div border color is #cdb34f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb34f


Comments

No comments written yet.

Please login to write comment.