Color Hex Logo

#cdac00 Color Hex

#CDAC00
(205,172,0)
0 Favorites   0 Comments

Color spaces of #cdac00

RGB 2051720
HSL0.141.000.40
HSV50°100°80°
CMYK 0.000.161.00   0.20
XYZ39.929442.48426.0958
Yxy42.48420.45110.4800
Hunter Lab65.1799-4.715240.0810
CIE-Lab71.2035-1.403273.8405

#cdac00 color RGB value is (205,172,0).

#cdac00 hex color red value is 205, green value is 172 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #cdac00 hue: 0.14 , saturation: 1.00 and the lightness value of cdac00 is 0.40.

The process color (four color CMYK) of #cdac00 color hex is 0.00, 0.16, 1.00, 0.20. Web safe color of #cdac00 is #cc9900. Color #cdac00 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101100 00000000
Octal 315 254 0
Decimal 205 172 0
Hex CD AC 0

RGB Percentages of Color #cdac00

%54.38
%45.62
%0.00

CMYK Percentages of Color #cdac00

%0
%16
%100
%20

Triadic Colors of #cdac00

#cdac00 #00cdac #ac00cd

Analogous Colors of #cdac00

#cdac00 #88cd00 #cd4500

Monochromatic Colors of #cdac00

#cdac00

Complementary Color

#cdac00 #0021cd

#cdac00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdac00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdac00 Color CSS Codes

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

#cdac00 Text Font Color

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

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


#cdac00 Background Color

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

This div background color is #cdac00


#cdac00 Border Color

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

This div border color is #cdac00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdac00


Comments

No comments written yet.

Please login to write comment.