Color Hex Logo

#cdb299 Color Hex

#CDB299
(205,178,153)
0 Favorites   0 Comments

Color spaces of #cdb299

RGB 205178153
HSL0.080.340.70
HSV29°25°80°
CMYK 0.000.130.25   0.20
XYZ46.847047.119836.7629
Yxy47.11980.35840.3604
Hunter Lab68.64391.693216.2974
CIE-Lab74.26635.879216.3651

#cdb299 color RGB value is (205,178,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110010 10011001
Octal 315 262 231
Decimal 205 178 153
Hex CD B2 99

RGB Percentages of Color #cdb299

%38.25
%33.21
%28.54

CMYK Percentages of Color #cdb299

%0
%13
%25
%20

Triadic Colors of #cdb299

#cdb299 #99cdb2 #b299cd

Analogous Colors of #cdb299

#cdb299 #cdcc99 #cd999a

Monochromatic Colors of #cdb299

#cdb299

Complementary Color

#cdb299 #99b4cd

#cdb299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb299 Color CSS Codes

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

#cdb299 Text Font Color

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

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


#cdb299 Background Color

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

This div background color is #cdb299


#cdb299 Border Color

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

This div border color is #cdb299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb299


Comments

No comments written yet.

Please login to write comment.