Color Hex Logo

#cdb684 Color Hex

#CDB684
(205,182,132)
0 Favorites   0 Comments

Color spaces of #cdb684

RGB 205182132
HSL0.110.420.66
HSV41°36°80°
CMYK 0.000.110.36   0.20
XYZ46.069648.101028.6861
Yxy48.10100.37500.3915
Hunter Lab69.3549-2.800824.0253
CIE-Lab74.88861.000128.4909

#cdb684 color RGB value is (205,182,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110110 10000100
Octal 315 266 204
Decimal 205 182 132
Hex CD B6 84

RGB Percentages of Color #cdb684

%39.50
%35.07
%25.43

CMYK Percentages of Color #cdb684

%0
%11
%36
%20

Triadic Colors of #cdb684

#cdb684 #84cdb6 #b684cd

Analogous Colors of #cdb684

#cdb684 #c0cd84 #cd9284

Monochromatic Colors of #cdb684

#cdb684

Complementary Color

#cdb684 #849bcd

#cdb684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb684 Color CSS Codes

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

#cdb684 Text Font Color

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

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


#cdb684 Background Color

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

This div background color is #cdb684


#cdb684 Border Color

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

This div border color is #cdb684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb684


Comments

No comments written yet.

Please login to write comment.