Color Hex Logo

#cdb85e Color Hex

#CDB85E
(205,184,94)
0 Favorites   0 Comments

Color spaces of #cdb85e

RGB 20518494
HSL0.140.530.59
HSV49°54°80°
CMYK 0.000.100.54   0.20
XYZ44.337748.068317.5309
Yxy48.06830.40330.4372
Hunter Lab69.3313-7.178233.5400
CIE-Lab74.8680-3.895847.8650

#cdb85e color RGB value is (205,184,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111000 01011110
Octal 315 270 136
Decimal 205 184 94
Hex CD B8 5E

RGB Percentages of Color #cdb85e

%42.44
%38.10
%19.46

CMYK Percentages of Color #cdb85e

%0
%10
%54
%20

Triadic Colors of #cdb85e

#cdb85e #5ecdb8 #b85ecd

Analogous Colors of #cdb85e

#cdb85e #abcd5e #cd815e

Monochromatic Colors of #cdb85e

#cdb85e

Complementary Color

#cdb85e #5e73cd

#cdb85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb85e Color CSS Codes

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

#cdb85e Text Font Color

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

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


#cdb85e Background Color

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

This div background color is #cdb85e


#cdb85e Border Color

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

This div border color is #cdb85e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,184,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 #cdb85e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb85e


Comments

No comments written yet.

Please login to write comment.