color codes Logo

#cdab1f color codes

#CDAB1F
(205,171,31)
0 Favorites   0 Comments

Color spaces of #cdab1f

RGB 20517131
HSL0.130.740.46
HSV48°85°80°
CMYK 0.000.170.85   0.20
XYZ39.987142.20397.3349
Yxy42.20390.44670.4714
Hunter Lab64.9645-3.817238.7810
CIE-Lab71.0113-0.394568.6412

#cdab1f color RGB value is (205,171,31).

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

The process color (four color CMYK) of #cdab1f color code is 0.00, 0.17, 0.85, 0.20. Web safe color of #cdab1f is #cc9933. Color #cdab1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101011 00011111
Octal 315 253 37
Decimal 205 171 31
Hex CD AB 1F

RGB Percentages of Color #cdab1f

%50.37
%42.01
%7.62

CMYK Percentages of Color #cdab1f

%0
%17
%85
%20

Triadic Colors of #cdab1f

#cdab1f #1fcdab #ab1fcd

Analogous Colors of #cdab1f

#cdab1f #98cd1f #cd541f

Monochromatic Colors of #cdab1f

#cdab1f

Complementary Color

#cdab1f #1f41cd

#cdab1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdab1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdab1f Color CSS Codes

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

#cdab1f Text Font Color

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

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


#cdab1f Background Color

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

This div background color is #cdab1f


#cdab1f Border Color

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

This div border color is #cdab1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdab1f


Comments

No comments written yet.

Please login to write comment.