Color Hex Logo

#cdb68c Color Hex

#CDB68C
(205,182,140)
0 Favorites   0 Comments

Color spaces of #cdb68c

RGB 205182140
HSL0.110.390.68
HSV39°32°80°
CMYK 0.000.110.32   0.20
XYZ46.638448.328531.6812
Yxy48.32850.36830.3816
Hunter Lab69.5187-1.906421.6433
CIE-Lab75.03171.993324.4223

#cdb68c color RGB value is (205,182,140).

#cdb68c hex color red value is 205, green value is 182 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #cdb68c hue: 0.11 , saturation: 0.39 and the lightness value of cdb68c is 0.68.

The process color (four color CMYK) of #cdb68c color hex is 0.00, 0.11, 0.32, 0.20. Web safe color of #cdb68c is #cccc99. Color #cdb68c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110110 10001100
Octal 315 266 214
Decimal 205 182 140
Hex CD B6 8C

RGB Percentages of Color #cdb68c

%38.90
%34.54
%26.57

CMYK Percentages of Color #cdb68c

%0
%11
%32
%20

Triadic Colors of #cdb68c

#cdb68c #8ccdb6 #b68ccd

Analogous Colors of #cdb68c

#cdb68c #c4cd8c #cd968c

Monochromatic Colors of #cdb68c

#cdb68c

Complementary Color

#cdb68c #8ca3cd

#cdb68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb68c Color CSS Codes

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

#cdb68c Text Font Color

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

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


#cdb68c Background Color

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

This div background color is #cdb68c


#cdb68c Border Color

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

This div border color is #cdb68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb68c


Comments

No comments written yet.

Please login to write comment.