Color Hex Logo

#cdb98c Color Hex

#CDB98C
(205,185,140)
0 Favorites   0 Comments

Color spaces of #cdb98c

RGB 205185140
HSL0.120.390.68
HSV42°32°80°
CMYK 0.000.100.32   0.20
XYZ47.259449.570531.8882
Yxy49.57050.36720.3851
Hunter Lab70.4063-3.395122.4310
CIE-Lab75.80490.403125.4674

#cdb98c color RGB value is (205,185,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 10001100
Octal 315 271 214
Decimal 205 185 140
Hex CD B9 8C

RGB Percentages of Color #cdb98c

%38.68
%34.91
%26.42

CMYK Percentages of Color #cdb98c

%0
%10
%32
%20

Triadic Colors of #cdb98c

#cdb98c #8ccdb9 #b98ccd

Analogous Colors of #cdb98c

#cdb98c #c1cd8c #cd998c

Monochromatic Colors of #cdb98c

#cdb98c

Complementary Color

#cdb98c #8ca0cd

#cdb98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb98c Color CSS Codes

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

#cdb98c Text Font Color

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

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


#cdb98c Background Color

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

This div background color is #cdb98c


#cdb98c Border Color

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

This div border color is #cdb98c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,185,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 #cdb98c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb98c


Comments

No comments written yet.

Please login to write comment.