Color Hex Logo

#cdab3d Color Hex

#CDAB3D
(205,171,61)
0 Favorites   0 Comments

Color spaces of #cdab3d

RGB 20517161
HSL0.130.590.52
HSV46°70°80°
CMYK 0.000.170.70   0.20
XYZ40.582142.441910.4681
Yxy42.44190.43410.4540
Hunter Lab65.1474-2.815636.0763
CIE-Lab71.17450.751058.6790

#cdab3d color RGB value is (205,171,61).

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

The process color (four color CMYK) of #cdab3d color hex is 0.00, 0.17, 0.70, 0.20. Web safe color of #cdab3d is #cc9933. Color #cdab3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101011 00111101
Octal 315 253 75
Decimal 205 171 61
Hex CD AB 3D

RGB Percentages of Color #cdab3d

%46.91
%39.13
%13.96

CMYK Percentages of Color #cdab3d

%0
%17
%70
%20

Triadic Colors of #cdab3d

#cdab3d #3dcdab #ab3dcd

Analogous Colors of #cdab3d

#cdab3d #a7cd3d #cd633d

Monochromatic Colors of #cdab3d

#cdab3d

Complementary Color

#cdab3d #3d5fcd

#cdab3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdab3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdab3d Color CSS Codes

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

#cdab3d Text Font Color

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

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


#cdab3d Background Color

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

This div background color is #cdab3d


#cdab3d Border Color

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

This div border color is #cdab3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdab3d


Comments

No comments written yet.

Please login to write comment.