Color Hex Logo

#cdbb7f Color Hex

#CDBB7F
(205,187,127)
0 Favorites   0 Comments

Color spaces of #cdbb7f

RGB 205187127
HSL0.130.440.65
HSV46°38°80°
CMYK 0.000.090.38   0.20
XYZ46.777950.052127.2742
Yxy50.05210.37690.4033
Hunter Lab70.7475-5.784826.6661
CIE-Lab76.1012-2.224132.7207

#cdbb7f color RGB value is (205,187,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111011 01111111
Octal 315 273 177
Decimal 205 187 127
Hex CD BB 7F

RGB Percentages of Color #cdbb7f

%39.50
%36.03
%24.47

CMYK Percentages of Color #cdbb7f

%0
%9
%38
%20

Triadic Colors of #cdbb7f

#cdbb7f #7fcdbb #bb7fcd

Analogous Colors of #cdbb7f

#cdbb7f #b8cd7f #cd947f

Monochromatic Colors of #cdbb7f

#cdbb7f

Complementary Color

#cdbb7f #7f91cd

#cdbb7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbb7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbb7f Color CSS Codes

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

#cdbb7f Text Font Color

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

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


#cdbb7f Background Color

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

This div background color is #cdbb7f


#cdbb7f Border Color

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

This div border color is #cdbb7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbb7f


Comments

No comments written yet.

Please login to write comment.