Color Hex Logo

#cdab4d Color Hex

#CDAB4D
(205,171,77)
0 Favorites   0 Comments

Color spaces of #cdab4d

RGB 20517177
HSL0.120.560.55
HSV44°62°80°
CMYK 0.000.170.62   0.20
XYZ41.079342.640813.0866
Yxy42.64080.42430.4405
Hunter Lab65.2999-1.982933.8278
CIE-Lab71.31051.696351.8349

#cdab4d color RGB value is (205,171,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101011 01001101
Octal 315 253 115
Decimal 205 171 77
Hex CD AB 4D

RGB Percentages of Color #cdab4d

%45.25
%37.75
%17.00

CMYK Percentages of Color #cdab4d

%0
%17
%62
%20

Triadic Colors of #cdab4d

#cdab4d #4dcdab #ab4dcd

Analogous Colors of #cdab4d

#cdab4d #afcd4d #cd6b4d

Monochromatic Colors of #cdab4d

#cdab4d

Complementary Color

#cdab4d #4d6fcd

#cdab4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdab4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdab4d Color CSS Codes

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

#cdab4d Text Font Color

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

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


#cdab4d Background Color

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

This div background color is #cdab4d


#cdab4d Border Color

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

This div border color is #cdab4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdab4d


Comments

No comments written yet.

Please login to write comment.