color codes Logo

#cdab0f color codes

#CDAB0F
(205,171,15)
0 Favorites   0 Comments

Color spaces of #cdab0f

RGB 20517115
HSL0.140.860.43
HSV49°93°80°
CMYK 0.000.170.93   0.20
XYZ39.826042.13946.4866
Yxy42.13940.45030.4764
Hunter Lab64.9149-4.089339.5159
CIE-Lab70.9669-0.707171.8313

#cdab0f color RGB value is (205,171,15).

#cdab0f hex color red value is 205, green value is 171 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cdab0f hue: 0.14 , saturation: 0.86 and the lightness value of cdab0f is 0.43.

The process color (four color CMYK) of #cdab0f color code is 0.00, 0.17, 0.93, 0.20. Web safe color of #cdab0f is #cc9900. Color #cdab0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101011 00001111
Octal 315 253 17
Decimal 205 171 15
Hex CD AB F

RGB Percentages of Color #cdab0f

%52.43
%43.73
%3.84

CMYK Percentages of Color #cdab0f

%0
%17
%93
%20

Triadic Colors of #cdab0f

#cdab0f #0fcdab #ab0fcd

Analogous Colors of #cdab0f

#cdab0f #90cd0f #cd4c0f

Monochromatic Colors of #cdab0f

#cdab0f

Complementary Color

#cdab0f #0f31cd

#cdab0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdab0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdab0f Color CSS Codes

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

#cdab0f Text Font Color

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

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


#cdab0f Background Color

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

This div background color is #cdab0f


#cdab0f Border Color

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

This div border color is #cdab0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdab0f


Comments

No comments written yet.

Please login to write comment.