Color Hex Logo

#cdb74a Color Hex

#CDB74A
(205,183,74)
0 Favorites   0 Comments

Color spaces of #cdb74a

RGB 20518374
HSL0.140.570.55
HSV50°64°80°
CMYK 0.000.110.64   0.20
XYZ43.346447.340513.3316
Yxy47.34050.41670.4551
Hunter Lab68.8044-7.953836.6750
CIE-Lab74.4070-4.820756.5617

#cdb74a color RGB value is (205,183,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110111 01001010
Octal 315 267 112
Decimal 205 183 74
Hex CD B7 4A

RGB Percentages of Color #cdb74a

%44.37
%39.61
%16.02

CMYK Percentages of Color #cdb74a

%0
%11
%64
%20

Triadic Colors of #cdb74a

#cdb74a #4acdb7 #b74acd

Analogous Colors of #cdb74a

#cdb74a #a2cd4a #cd764a

Monochromatic Colors of #cdb74a

#cdb74a

Complementary Color

#cdb74a #4a60cd

#cdb74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb74a Color CSS Codes

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

#cdb74a Text Font Color

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

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


#cdb74a Background Color

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

This div background color is #cdb74a


#cdb74a Border Color

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

This div border color is #cdb74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb74a


Comments

No comments written yet.

Please login to write comment.