Color Hex Logo

#cdb77c Color Hex

#CDB77C
(205,183,124)
0 Favorites   0 Comments

Color spaces of #cdb77c

RGB 205183124
HSL0.120.450.65
HSV44°40°80°
CMYK 0.000.110.40   0.20
XYZ45.748448.301325.9807
Yxy48.30130.38110.4024
Hunter Lab69.4991-4.124326.4852
CIE-Lab75.0146-0.457832.8726

#cdb77c color RGB value is (205,183,124).

#cdb77c hex color red value is 205, green value is 183 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cdb77c hue: 0.12 , saturation: 0.45 and the lightness value of cdb77c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110111 01111100
Octal 315 267 174
Decimal 205 183 124
Hex CD B7 7C

RGB Percentages of Color #cdb77c

%40.04
%35.74
%24.22

CMYK Percentages of Color #cdb77c

%0
%11
%40
%20

Triadic Colors of #cdb77c

#cdb77c #7ccdb7 #b77ccd

Analogous Colors of #cdb77c

#cdb77c #bbcd7c #cd8f7c

Monochromatic Colors of #cdb77c

#cdb77c

Complementary Color

#cdb77c #7c92cd

#cdb77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb77c Color CSS Codes

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

#cdb77c Text Font Color

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

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


#cdb77c Background Color

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

This div background color is #cdb77c


#cdb77c Border Color

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

This div border color is #cdb77c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb77c


Comments

No comments written yet.

Please login to write comment.