Color Hex Logo

#cdad1c Color Hex

#CDAD1C
(205,173,28)
0 Favorites   0 Comments

Color spaces of #cdad1c

RGB 20517328
HSL0.140.760.46
HSV49°86°80°
CMYK 0.000.160.86   0.20
XYZ40.330042.95017.2632
Yxy42.95010.44540.4744
Hunter Lab65.5363-4.842539.3045
CIE-Lab71.5211-1.524169.7863

#cdad1c color RGB value is (205,173,28).

#cdad1c hex color red value is 205, green value is 173 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cdad1c hue: 0.14 , saturation: 0.76 and the lightness value of cdad1c is 0.46.

The process color (four color CMYK) of #cdad1c color hex is 0.00, 0.16, 0.86, 0.20. Web safe color of #cdad1c is #cc9933. Color #cdad1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101101 00011100
Octal 315 255 34
Decimal 205 173 28
Hex CD AD 1C

RGB Percentages of Color #cdad1c

%50.49
%42.61
%6.90

CMYK Percentages of Color #cdad1c

%0
%16
%86
%20

Triadic Colors of #cdad1c

#cdad1c #1ccdad #ad1ccd

Analogous Colors of #cdad1c

#cdad1c #95cd1c #cd551c

Monochromatic Colors of #cdad1c

#cdad1c

Complementary Color

#cdad1c #1c3ccd

#cdad1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdad1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdad1c Color CSS Codes

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

#cdad1c Text Font Color

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

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


#cdad1c Background Color

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

This div background color is #cdad1c


#cdad1c Border Color

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

This div border color is #cdad1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdad1c


Comments

No comments written yet.

Please login to write comment.