Color Hex Logo

#cdb73e Color Hex

#CDB73E
(205,183,62)
0 Favorites   0 Comments

Color spaces of #cdb73e

RGB 20518362
HSL0.140.590.52
HSV51°70°80°
CMYK 0.000.110.70   0.20
XYZ42.979847.193911.4015
Yxy47.19390.42310.4646
Hunter Lab68.6978-8.545238.2483
CIE-Lab74.3136-5.506161.4452

#cdb73e color RGB value is (205,183,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110111 00111110
Octal 315 267 76
Decimal 205 183 62
Hex CD B7 3E

RGB Percentages of Color #cdb73e

%45.56
%40.67
%13.78

CMYK Percentages of Color #cdb73e

%0
%11
%70
%20

Triadic Colors of #cdb73e

#cdb73e #3ecdb7 #b73ecd

Analogous Colors of #cdb73e

#cdb73e #9ccd3e #cd703e

Monochromatic Colors of #cdb73e

#cdb73e

Complementary Color

#cdb73e #3e54cd

#cdb73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb73e Color CSS Codes

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

#cdb73e Text Font Color

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

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


#cdb73e Background Color

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

This div background color is #cdb73e


#cdb73e Border Color

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

This div border color is #cdb73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb73e


Comments

No comments written yet.

Please login to write comment.