Color Hex Logo

#cdb992 Color Hex

#CDB992
(205,185,146)
0 Favorites   0 Comments

Color spaces of #cdb992

RGB 205185146
HSL0.110.370.69
HSV40°29°80°
CMYK 0.000.100.29   0.20
XYZ47.714149.752434.2825
Yxy49.75240.36220.3776
Hunter Lab70.5354-2.689520.5579
CIE-Lab75.91701.186022.4165

#cdb992 color RGB value is (205,185,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 10010010
Octal 315 271 222
Decimal 205 185 146
Hex CD B9 92

RGB Percentages of Color #cdb992

%38.25
%34.51
%27.24

CMYK Percentages of Color #cdb992

%0
%10
%29
%20

Triadic Colors of #cdb992

#cdb992 #92cdb9 #b992cd

Analogous Colors of #cdb992

#cdb992 #c4cd92 #cd9c92

Monochromatic Colors of #cdb992

#cdb992

Complementary Color

#cdb992 #92a6cd

#cdb992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb992 Color CSS Codes

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

#cdb992 Text Font Color

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

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


#cdb992 Background Color

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

This div background color is #cdb992


#cdb992 Border Color

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

This div border color is #cdb992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb992


Comments

No comments written yet.

Please login to write comment.