Color Hex Logo

#cdab5e Color Hex

#CDAB5E
(205,171,94)
0 Favorites   0 Comments

Color spaces of #cdab5e

RGB 20517194
HSL0.120.530.59
HSV42°54°80°
CMYK 0.000.170.54   0.20
XYZ41.760142.913116.6717
Yxy42.91310.41210.4234
Hunter Lab65.5081-0.849030.7665
CIE-Lab71.49602.973843.8585

#cdab5e color RGB value is (205,171,94).

#cdab5e hex color red value is 205, green value is 171 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cdab5e hue: 0.12 , saturation: 0.53 and the lightness value of cdab5e is 0.59.

The process color (four color CMYK) of #cdab5e color hex is 0.00, 0.17, 0.54, 0.20. Web safe color of #cdab5e is #cc9966. Color #cdab5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101011 01011110
Octal 315 253 136
Decimal 205 171 94
Hex CD AB 5E

RGB Percentages of Color #cdab5e

%43.62
%36.38
%20.00

CMYK Percentages of Color #cdab5e

%0
%17
%54
%20

Triadic Colors of #cdab5e

#cdab5e #5ecdab #ab5ecd

Analogous Colors of #cdab5e

#cdab5e #b8cd5e #cd745e

Monochromatic Colors of #cdab5e

#cdab5e

Complementary Color

#cdab5e #5e80cd

#cdab5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdab5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdab5e Color CSS Codes

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

#cdab5e Text Font Color

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

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


#cdab5e Background Color

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

This div background color is #cdab5e


#cdab5e Border Color

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

This div border color is #cdab5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdab5e


Comments

No comments written yet.

Please login to write comment.