Color Hex Logo

#cdb65e Color Hex

#CDB65E
(205,182,94)
0 Favorites   0 Comments

Color spaces of #cdb65e

RGB 20518294
HSL0.130.530.59
HSV48°54°80°
CMYK 0.000.110.54   0.20
XYZ43.925247.243217.3934
Yxy47.24320.40460.4352
Hunter Lab68.7337-6.211133.1100
CIE-Lab74.3451-2.848147.2486

#cdb65e color RGB value is (205,182,94).

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

The process color (four color CMYK) of #cdb65e color hex is 0.00, 0.11, 0.54, 0.20. Web safe color of #cdb65e is #cccc66. Color #cdb65e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110110 01011110
Octal 315 266 136
Decimal 205 182 94
Hex CD B6 5E

RGB Percentages of Color #cdb65e

%42.62
%37.84
%19.54

CMYK Percentages of Color #cdb65e

%0
%11
%54
%20

Triadic Colors of #cdb65e

#cdb65e #5ecdb6 #b65ecd

Analogous Colors of #cdb65e

#cdb65e #adcd5e #cd7f5e

Monochromatic Colors of #cdb65e

#cdb65e

Complementary Color

#cdb65e #5e75cd

#cdb65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb65e Color CSS Codes

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

#cdb65e Text Font Color

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

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


#cdb65e Background Color

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

This div background color is #cdb65e


#cdb65e Border Color

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

This div border color is #cdb65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb65e


Comments

No comments written yet.

Please login to write comment.