Color Hex Logo

#cda992 Color Hex

#CDA992
(205,169,146)
0 Favorites   0 Comments

Color spaces of #cda992

RGB 205169146
HSL0.060.370.69
HSV23°29°80°
CMYK 0.000.180.29   0.20
XYZ44.553143.430433.2288
Yxy43.43040.36760.3583
Hunter Lab65.90175.347516.2362
CIE-Lab71.84619.756516.8062

#cda992 color RGB value is (205,169,146).

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

The process color (four color CMYK) of #cda992 color hex is 0.00, 0.18, 0.29, 0.20. Web safe color of #cda992 is #cc9999. Color #cda992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101001 10010010
Octal 315 251 222
Decimal 205 169 146
Hex CD A9 92

RGB Percentages of Color #cda992

%39.42
%32.50
%28.08

CMYK Percentages of Color #cda992

%0
%18
%29
%20

Triadic Colors of #cda992

#cda992 #92cda9 #a992cd

Analogous Colors of #cda992

#cda992 #cdc792 #cd9299

Monochromatic Colors of #cda992

#cda992

Complementary Color

#cda992 #92b6cd

#cda992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda992 Color CSS Codes

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

#cda992 Text Font Color

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

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


#cda992 Background Color

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

This div background color is #cda992


#cda992 Border Color

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

This div border color is #cda992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda992


Comments

No comments written yet.

Please login to write comment.