Color Hex Logo

#cdb53f Color Hex

#CDB53F
(205,181,63)
0 Favorites   0 Comments

Color spaces of #cdb53f

RGB 20518163
HSL0.140.590.53
HSV50°69°80°
CMYK 0.000.120.69   0.20
XYZ42.597946.385811.4108
Yxy46.38580.42430.4620
Hunter Lab68.1071-7.543837.7414
CIE-Lab73.7952-4.411560.5257

#cdb53f color RGB value is (205,181,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 00111111
Octal 315 265 77
Decimal 205 181 63
Hex CD B5 3F

RGB Percentages of Color #cdb53f

%45.66
%40.31
%14.03

CMYK Percentages of Color #cdb53f

%0
%12
%69
%20

Triadic Colors of #cdb53f

#cdb53f #3fcdb5 #b53fcd

Analogous Colors of #cdb53f

#cdb53f #9ecd3f #cd6e3f

Monochromatic Colors of #cdb53f

#cdb53f

Complementary Color

#cdb53f #3f57cd

#cdb53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb53f Color CSS Codes

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

#cdb53f Text Font Color

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

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


#cdb53f Background Color

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

This div background color is #cdb53f


#cdb53f Border Color

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

This div border color is #cdb53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb53f


Comments

No comments written yet.

Please login to write comment.