Color Hex Logo

#cdb731 Color Hex

#CDB731
(205,183,49)
0 Favorites   0 Comments

Color spaces of #cdb731

RGB 20518349
HSL0.140.610.50
HSV52°76°80°
CMYK 0.000.110.76   0.20
XYZ42.664747.06799.7421
Yxy47.06790.42890.4732
Hunter Lab68.6060-9.055139.6050
CIE-Lab74.2332-6.099566.1216

#cdb731 color RGB value is (205,183,49).

#cdb731 hex color red value is 205, green value is 183 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #cdb731 hue: 0.14 , saturation: 0.61 and the lightness value of cdb731 is 0.50.

The process color (four color CMYK) of #cdb731 color hex is 0.00, 0.11, 0.76, 0.20. Web safe color of #cdb731 is #cccc33. Color #cdb731 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110111 00110001
Octal 315 267 61
Decimal 205 183 49
Hex CD B7 31

RGB Percentages of Color #cdb731

%46.91
%41.88
%11.21

CMYK Percentages of Color #cdb731

%0
%11
%76
%20

Triadic Colors of #cdb731

#cdb731 #31cdb7 #b731cd

Analogous Colors of #cdb731

#cdb731 #95cd31 #cd6931

Monochromatic Colors of #cdb731

#cdb731

Complementary Color

#cdb731 #3147cd

#cdb731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb731 Color CSS Codes

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

#cdb731 Text Font Color

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

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


#cdb731 Background Color

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

This div background color is #cdb731


#cdb731 Border Color

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

This div border color is #cdb731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb731


Comments

No comments written yet.

Please login to write comment.