Color Hex Logo

#cda993 Color Hex

#CDA993
(205,169,147)
0 Favorites   0 Comments

Color spaces of #cda993

RGB 205169147
HSL0.060.370.69
HSV23°28°80°
CMYK 0.000.180.28   0.20
XYZ44.631343.461733.6404
Yxy43.46170.36660.3570
Hunter Lab65.92555.474215.8934
CIE-Lab71.86729.892616.2889

#cda993 color RGB value is (205,169,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101001 10010011
Octal 315 251 223
Decimal 205 169 147
Hex CD A9 93

RGB Percentages of Color #cda993

%39.35
%32.44
%28.21

CMYK Percentages of Color #cda993

%0
%18
%28
%20

Triadic Colors of #cda993

#cda993 #93cda9 #a993cd

Analogous Colors of #cda993

#cda993 #cdc693 #cd939a

Monochromatic Colors of #cda993

#cda993

Complementary Color

#cda993 #93b7cd

#cda993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda993 Color CSS Codes

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

#cda993 Text Font Color

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

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


#cda993 Background Color

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

This div background color is #cda993


#cda993 Border Color

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

This div border color is #cda993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda993


Comments

No comments written yet.

Please login to write comment.