Color Hex Logo

#cdb199 Color Hex

#CDB199
(205,177,153)
0 Favorites   0 Comments

Color spaces of #cdb199

RGB 205177153
HSL0.080.340.70
HSV28°25°80°
CMYK 0.000.140.25   0.20
XYZ46.648746.723336.6968
Yxy46.72330.35860.3592
Hunter Lab68.35442.197616.0177
CIE-Lab74.01246.415516.0109

#cdb199 color RGB value is (205,177,153).

#cdb199 hex color red value is 205, green value is 177 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #cdb199 hue: 0.08 , saturation: 0.34 and the lightness value of cdb199 is 0.70.

The process color (four color CMYK) of #cdb199 color hex is 0.00, 0.14, 0.25, 0.20. Web safe color of #cdb199 is #cc9999. Color #cdb199 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 10011001
Octal 315 261 231
Decimal 205 177 153
Hex CD B1 99

RGB Percentages of Color #cdb199

%38.32
%33.08
%28.60

CMYK Percentages of Color #cdb199

%0
%14
%25
%20

Triadic Colors of #cdb199

#cdb199 #99cdb1 #b199cd

Analogous Colors of #cdb199

#cdb199 #cdcb99 #cd999b

Monochromatic Colors of #cdb199

#cdb199

Complementary Color

#cdb199 #99b5cd

#cdb199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb199 Color CSS Codes

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

#cdb199 Text Font Color

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

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


#cdb199 Background Color

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

This div background color is #cdb199


#cdb199 Border Color

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

This div border color is #cdb199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb199

#cdb199 Color Palettes


Comments

No comments written yet.

Please login to write comment.