Color Hex Logo

#cdb68f Color Hex

#CDB68F
(205,182,143)
0 Favorites   0 Comments

Color spaces of #cdb68f

RGB 205182143
HSL0.100.380.68
HSV38°30°80°
CMYK 0.000.110.30   0.20
XYZ46.862748.418232.8623
Yxy48.41820.36570.3778
Hunter Lab69.5832-1.554920.7071
CIE-Lab75.08792.381922.8924

#cdb68f color RGB value is (205,182,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110110 10001111
Octal 315 266 217
Decimal 205 182 143
Hex CD B6 8F

RGB Percentages of Color #cdb68f

%38.68
%34.34
%26.98

CMYK Percentages of Color #cdb68f

%0
%11
%30
%20

Triadic Colors of #cdb68f

#cdb68f #8fcdb6 #b68fcd

Analogous Colors of #cdb68f

#cdb68f #c5cd8f #cd978f

Monochromatic Colors of #cdb68f

#cdb68f

Complementary Color

#cdb68f #8fa6cd

#cdb68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb68f Color CSS Codes

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

#cdb68f Text Font Color

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

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


#cdb68f Background Color

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

This div background color is #cdb68f


#cdb68f Border Color

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

This div border color is #cdb68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb68f


Comments

No comments written yet.

Please login to write comment.