Color Hex Logo

#cdb98f Color Hex

#CDB98F
(205,185,143)
0 Favorites   0 Comments

Color spaces of #cdb98f

RGB 205185143
HSL0.110.380.68
HSV41°30°80°
CMYK 0.000.100.30   0.20
XYZ47.483749.660233.0693
Yxy49.66020.36470.3814
Hunter Lab70.4700-3.046621.5061
CIE-Lab75.86020.790223.9428

#cdb98f color RGB value is (205,185,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 10001111
Octal 315 271 217
Decimal 205 185 143
Hex CD B9 8F

RGB Percentages of Color #cdb98f

%38.46
%34.71
%26.83

CMYK Percentages of Color #cdb98f

%0
%10
%30
%20

Triadic Colors of #cdb98f

#cdb98f #8fcdb9 #b98fcd

Analogous Colors of #cdb98f

#cdb98f #c2cd8f #cd9a8f

Monochromatic Colors of #cdb98f

#cdb98f

Complementary Color

#cdb98f #8fa3cd

#cdb98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb98f Color CSS Codes

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

#cdb98f Text Font Color

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

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


#cdb98f Background Color

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

This div background color is #cdb98f


#cdb98f Border Color

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

This div border color is #cdb98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb98f


Comments

No comments written yet.

Please login to write comment.