Color Hex Logo

#cda590 Color Hex

#CDA590
(205,165,144)
0 Favorites   0 Comments

Color spaces of #cda590

RGB 205165144
HSL0.060.380.68
HSV21°30°80°
CMYK 0.000.200.30   0.20
XYZ43.666041.903032.1722
Yxy41.90300.37090.3559
Hunter Lab64.73257.127115.8455
CIE-Lab70.804011.653316.4520

#cda590 color RGB value is (205,165,144).

#cda590 hex color red value is 205, green value is 165 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cda590 hue: 0.06 , saturation: 0.38 and the lightness value of cda590 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100101 10010000
Octal 315 245 220
Decimal 205 165 144
Hex CD A5 90

RGB Percentages of Color #cda590

%39.88
%32.10
%28.02

CMYK Percentages of Color #cda590

%0
%20
%30
%20

Triadic Colors of #cda590

#cda590 #90cda5 #a590cd

Analogous Colors of #cda590

#cda590 #cdc490 #cd909a

Monochromatic Colors of #cda590

#cda590

Complementary Color

#cda590 #90b8cd

#cda590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda590 Color CSS Codes

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

#cda590 Text Font Color

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

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


#cda590 Background Color

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

This div background color is #cda590


#cda590 Border Color

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

This div border color is #cda590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda590


Comments

No comments written yet.

Please login to write comment.