Color Hex Logo

#cdb74f Color Hex

#CDB74F
(205,183,79)
0 Favorites   0 Comments

Color spaces of #cdb74f

RGB 20518379
HSL0.140.560.56
HSV50°61°80°
CMYK 0.000.110.61   0.20
XYZ43.521647.410614.2545
Yxy47.41060.41380.4507
Hunter Lab68.8554-7.671935.9245
CIE-Lab74.4516-4.495154.3978

#cdb74f color RGB value is (205,183,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110111 01001111
Octal 315 267 117
Decimal 205 183 79
Hex CD B7 4F

RGB Percentages of Color #cdb74f

%43.90
%39.19
%16.92

CMYK Percentages of Color #cdb74f

%0
%11
%61
%20

Triadic Colors of #cdb74f

#cdb74f #4fcdb7 #b74fcd

Analogous Colors of #cdb74f

#cdb74f #a4cd4f #cd784f

Monochromatic Colors of #cdb74f

#cdb74f

Complementary Color

#cdb74f #4f65cd

#cdb74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb74f Color CSS Codes

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

#cdb74f Text Font Color

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

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


#cdb74f Background Color

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

This div background color is #cdb74f


#cdb74f Border Color

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

This div border color is #cdb74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb74f


Comments

No comments written yet.

Please login to write comment.