Color Hex Logo

#cdb51f Color Hex

#CDB51F
(205,181,31)
0 Favorites   0 Comments

Color spaces of #cdb51f

RGB 20518131
HSL0.140.740.46
HSV52°85°80°
CMYK 0.000.120.85   0.20
XYZ41.948046.12587.9886
Yxy46.12580.43670.4802
Hunter Lab67.9160-8.603240.5672
CIE-Lab73.6271-5.642970.8022

#cdb51f color RGB value is (205,181,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 00011111
Octal 315 265 37
Decimal 205 181 31
Hex CD B5 1F

RGB Percentages of Color #cdb51f

%49.16
%43.41
%7.43

CMYK Percentages of Color #cdb51f

%0
%12
%85
%20

Triadic Colors of #cdb51f

#cdb51f #1fcdb5 #b51fcd

Analogous Colors of #cdb51f

#cdb51f #8ecd1f #cd5e1f

Monochromatic Colors of #cdb51f

#cdb51f

Complementary Color

#cdb51f #1f37cd

#cdb51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb51f Color CSS Codes

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

#cdb51f Text Font Color

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

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


#cdb51f Background Color

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

This div background color is #cdb51f


#cdb51f Border Color

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

This div border color is #cdb51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb51f


Comments

No comments written yet.

Please login to write comment.