Color Hex Logo

#cdba7d Color Hex

#CDBA7D
(205,186,125)
0 Favorites   0 Comments

Color spaces of #cdba7d

RGB 205186125
HSL0.130.440.65
HSV46°39°80°
CMYK 0.000.090.39   0.20
XYZ46.437449.577626.5240
Yxy49.57760.37900.4046
Hunter Lab70.4114-5.496326.9534
CIE-Lab75.8093-1.925833.3840

#cdba7d color RGB value is (205,186,125).

#cdba7d hex color red value is 205, green value is 186 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cdba7d hue: 0.13 , saturation: 0.44 and the lightness value of cdba7d is 0.65.

The process color (four color CMYK) of #cdba7d color hex is 0.00, 0.09, 0.39, 0.20. Web safe color of #cdba7d is #cccc66. Color #cdba7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111010 01111101
Octal 315 272 175
Decimal 205 186 125
Hex CD BA 7D

RGB Percentages of Color #cdba7d

%39.73
%36.05
%24.22

CMYK Percentages of Color #cdba7d

%0
%9
%39
%20

Triadic Colors of #cdba7d

#cdba7d #7dcdba #ba7dcd

Analogous Colors of #cdba7d

#cdba7d #b8cd7d #cd927d

Monochromatic Colors of #cdba7d

#cdba7d

Complementary Color

#cdba7d #7d90cd

#cdba7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdba7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdba7d Color CSS Codes

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

#cdba7d Text Font Color

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

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


#cdba7d Background Color

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

This div background color is #cdba7d


#cdba7d Border Color

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

This div border color is #cdba7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdba7d


Comments

No comments written yet.

Please login to write comment.