Color Hex Logo

#cdb51c Color Hex

#CDB51C
(205,181,28)
0 Favorites   0 Comments

Color spaces of #cdb51c

RGB 20518128
HSL0.140.760.46
HSV52°86°80°
CMYK 0.000.120.86   0.20
XYZ41.910346.11077.7900
Yxy46.11070.43740.4813
Hunter Lab67.9049-8.664840.7317
CIE-Lab73.6173-5.714871.4850

#cdb51c color RGB value is (205,181,28).

#cdb51c hex color red value is 205, green value is 181 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cdb51c hue: 0.14 , saturation: 0.76 and the lightness value of cdb51c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 00011100
Octal 315 265 34
Decimal 205 181 28
Hex CD B5 1C

RGB Percentages of Color #cdb51c

%49.52
%43.72
%6.76

CMYK Percentages of Color #cdb51c

%0
%12
%86
%20

Triadic Colors of #cdb51c

#cdb51c #1ccdb5 #b51ccd

Analogous Colors of #cdb51c

#cdb51c #8dcd1c #cd5c1c

Monochromatic Colors of #cdb51c

#cdb51c

Complementary Color

#cdb51c #1c34cd

#cdb51c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb51c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb51c Color CSS Codes

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

#cdb51c Text Font Color

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

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


#cdb51c Background Color

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

This div background color is #cdb51c


#cdb51c Border Color

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

This div border color is #cdb51c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb51c


Comments

No comments written yet.

Please login to write comment.