Color Hex Logo

#cdab4e Color Hex

#CDAB4E
(205,171,78)
0 Favorites   0 Comments

Color spaces of #cdab4e

RGB 20517178
HSL0.120.560.55
HSV44°62°80°
CMYK 0.000.170.62   0.20
XYZ41.114942.655013.2740
Yxy42.65500.42370.4395
Hunter Lab65.3108-1.923333.6672
CIE-Lab71.32021.763751.3827

#cdab4e color RGB value is (205,171,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101011 01001110
Octal 315 253 116
Decimal 205 171 78
Hex CD AB 4E

RGB Percentages of Color #cdab4e

%45.15
%37.67
%17.18

CMYK Percentages of Color #cdab4e

%0
%17
%62
%20

Triadic Colors of #cdab4e

#cdab4e #4ecdab #ab4ecd

Analogous Colors of #cdab4e

#cdab4e #b0cd4e #cd6c4e

Monochromatic Colors of #cdab4e

#cdab4e

Complementary Color

#cdab4e #4e70cd

#cdab4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdab4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdab4e Color CSS Codes

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

#cdab4e Text Font Color

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

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


#cdab4e Background Color

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

This div background color is #cdab4e


#cdab4e Border Color

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

This div border color is #cdab4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdab4e


Comments

No comments written yet.

Please login to write comment.