Color Hex Logo

#cdab4f Color Hex

#CDAB4F
(205,171,79)
0 Favorites   0 Comments

Color spaces of #cdab4f

RGB 20517179
HSL0.120.560.56
HSV44°61°80°
CMYK 0.000.170.61   0.20
XYZ41.151042.669513.4643
Yxy42.66950.42300.4386
Hunter Lab65.3219-1.863233.5043
CIE-Lab71.33011.831750.9281

#cdab4f color RGB value is (205,171,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101011 01001111
Octal 315 253 117
Decimal 205 171 79
Hex CD AB 4F

RGB Percentages of Color #cdab4f

%45.05
%37.58
%17.36

CMYK Percentages of Color #cdab4f

%0
%17
%61
%20

Triadic Colors of #cdab4f

#cdab4f #4fcdab #ab4fcd

Analogous Colors of #cdab4f

#cdab4f #b0cd4f #cd6c4f

Monochromatic Colors of #cdab4f

#cdab4f

Complementary Color

#cdab4f #4f71cd

#cdab4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdab4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdab4f Color CSS Codes

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

#cdab4f Text Font Color

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

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


#cdab4f Background Color

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

This div background color is #cdab4f


#cdab4f Border Color

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

This div border color is #cdab4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdab4f


Comments

No comments written yet.

Please login to write comment.