Color Hex Logo

#cdb42f Color Hex

#CDB42F
(205,180,47)
0 Favorites   0 Comments

Color spaces of #cdb42f

RGB 20518047
HSL0.140.630.49
HSV51°77°80°
CMYK 0.000.120.77   0.20
XYZ42.011245.82699.3206
Yxy45.82690.43240.4717
Hunter Lab67.6956-7.691939.2236
CIE-Lab73.4331-4.615566.0513

#cdb42f color RGB value is (205,180,47).

#cdb42f hex color red value is 205, green value is 180 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cdb42f hue: 0.14 , saturation: 0.63 and the lightness value of cdb42f is 0.49.

The process color (four color CMYK) of #cdb42f color hex is 0.00, 0.12, 0.77, 0.20. Web safe color of #cdb42f is #cccc33. Color #cdb42f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 00101111
Octal 315 264 57
Decimal 205 180 47
Hex CD B4 2F

RGB Percentages of Color #cdb42f

%47.45
%41.67
%10.88

CMYK Percentages of Color #cdb42f

%0
%12
%77
%20

Triadic Colors of #cdb42f

#cdb42f #2fcdb4 #b42fcd

Analogous Colors of #cdb42f

#cdb42f #97cd2f #cd652f

Monochromatic Colors of #cdb42f

#cdb42f

Complementary Color

#cdb42f #2f48cd

#cdb42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb42f Color CSS Codes

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

#cdb42f Text Font Color

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

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


#cdb42f Background Color

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

This div background color is #cdb42f


#cdb42f Border Color

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

This div border color is #cdb42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb42f


Comments

No comments written yet.

Please login to write comment.