Color Hex Logo

#cdb42c Color Hex

#CDB42C
(205,180,44)
0 Favorites   0 Comments

Color spaces of #cdb42c

RGB 20518044
HSL0.140.650.49
HSV51°79°80°
CMYK 0.000.120.79   0.20
XYZ41.952745.80359.0127
Yxy45.80350.43350.4733
Hunter Lab67.6783-7.787739.4792
CIE-Lab73.4178-4.726867.0065

#cdb42c color RGB value is (205,180,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 00101100
Octal 315 264 54
Decimal 205 180 44
Hex CD B4 2C

RGB Percentages of Color #cdb42c

%47.79
%41.96
%10.26

CMYK Percentages of Color #cdb42c

%0
%12
%79
%20

Triadic Colors of #cdb42c

#cdb42c #2ccdb4 #b42ccd

Analogous Colors of #cdb42c

#cdb42c #96cd2c #cd642c

Monochromatic Colors of #cdb42c

#cdb42c

Complementary Color

#cdb42c #2c45cd

#cdb42c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb42c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb42c Color CSS Codes

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

#cdb42c Text Font Color

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

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


#cdb42c Background Color

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

This div background color is #cdb42c


#cdb42c Border Color

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

This div border color is #cdb42c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb42c


Comments

No comments written yet.

Please login to write comment.