Color Hex Logo

#cda5bd Color Hex

#CDA5BD
(205,165,189)
0 Favorites   0 Comments

Color spaces of #cda5bd

RGB 205165189
HSL0.900.290.73
HSV324°20°80°
CMYK 0.000.200.08   0.20
XYZ47.817343.563554.0325
Yxy43.56350.32880.2996
Hunter Lab66.002713.8142-2.3354
CIE-Lab71.935818.6329-6.7282

#cda5bd color RGB value is (205,165,189).

#cda5bd hex color red value is 205, green value is 165 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cda5bd hue: 0.90 , saturation: 0.29 and the lightness value of cda5bd is 0.73.

The process color (four color CMYK) of #cda5bd color hex is 0.00, 0.20, 0.08, 0.20. Web safe color of #cda5bd is #cc99cc. Color #cda5bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10100101 10111101
Octal 315 245 275
Decimal 205 165 189
Hex CD A5 BD

RGB Percentages of Color #cda5bd

%36.67
%29.52
%33.81

CMYK Percentages of Color #cda5bd

%0
%20
%8
%20

Triadic Colors of #cda5bd

#cda5bd #bdcda5 #a5bdcd

Analogous Colors of #cda5bd

#cda5bd #cda5a9 #c9a5cd

Monochromatic Colors of #cda5bd

#cda5bd

Complementary Color

#cda5bd #a5cdb5

#cda5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda5bd Color CSS Codes

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

#cda5bd Text Font Color

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

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


#cda5bd Background Color

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

This div background color is #cda5bd


#cda5bd Border Color

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

This div border color is #cda5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda5bd


Comments

No comments written yet.

Please login to write comment.