Color Hex Logo

#cdb386 Color Hex

#CDB386
(205,179,134)
0 Favorites   0 Comments

Color spaces of #cdb386

RGB 205179134
HSL0.110.420.66
HSV38°35°80°
CMYK 0.000.130.35   0.20
XYZ45.600046.940629.2113
Yxy46.94060.37450.3855
Hunter Lab68.5132-1.094822.6804
CIE-Lab74.15182.837126.4428

#cdb386 color RGB value is (205,179,134).

#cdb386 hex color red value is 205, green value is 179 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #cdb386 hue: 0.11 , saturation: 0.42 and the lightness value of cdb386 is 0.66.

The process color (four color CMYK) of #cdb386 color hex is 0.00, 0.13, 0.35, 0.20. Web safe color of #cdb386 is #cccc99. Color #cdb386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110011 10000110
Octal 315 263 206
Decimal 205 179 134
Hex CD B3 86

RGB Percentages of Color #cdb386

%39.58
%34.56
%25.87

CMYK Percentages of Color #cdb386

%0
%13
%35
%20

Triadic Colors of #cdb386

#cdb386 #86cdb3 #b386cd

Analogous Colors of #cdb386

#cdb386 #c4cd86 #cd9086

Monochromatic Colors of #cdb386

#cdb386

Complementary Color

#cdb386 #86a0cd

#cdb386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb386 Color CSS Codes

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

#cdb386 Text Font Color

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

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


#cdb386 Background Color

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

This div background color is #cdb386


#cdb386 Border Color

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

This div border color is #cdb386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb386

#cdb386 Color Palettes


Comments

No comments written yet.

Please login to write comment.