Color Hex Logo

#cdbe7e Color Hex

#CDBE7E
(205,190,126)
0 Favorites   0 Comments

Color spaces of #cdbe7e

RGB 205190126
HSL0.140.440.65
HSV49°39°80°
CMYK 0.000.070.39   0.20
XYZ47.356251.312427.1470
Yxy51.31240.37640.4078
Hunter Lab71.6327-7.351227.6734
CIE-Lab76.8679-3.908534.2388

#cdbe7e color RGB value is (205,190,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 01111110
Octal 315 276 176
Decimal 205 190 126
Hex CD BE 7E

RGB Percentages of Color #cdbe7e

%39.35
%36.47
%24.18

CMYK Percentages of Color #cdbe7e

%0
%7
%39
%20

Triadic Colors of #cdbe7e

#cdbe7e #7ecdbe #be7ecd

Analogous Colors of #cdbe7e

#cdbe7e #b5cd7e #cd977e

Monochromatic Colors of #cdbe7e

#cdbe7e

Complementary Color

#cdbe7e #7e8dcd

#cdbe7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbe7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbe7e Color CSS Codes

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

#cdbe7e Text Font Color

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

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


#cdbe7e Background Color

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

This div background color is #cdbe7e


#cdbe7e Border Color

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

This div border color is #cdbe7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbe7e


Comments

No comments written yet.

Please login to write comment.