Color Hex Logo

#cdac30 Color Hex

#CDAC30
(205,172,48)
0 Favorites   0 Comments

Color spaces of #cdac30

RGB 20517248
HSL0.130.620.50
HSV47°77°80°
CMYK 0.000.160.77   0.20
XYZ40.462942.69768.9051
Yxy42.69760.43950.4638
Hunter Lab65.3434-3.817637.6602
CIE-Lab71.3492-0.371163.7882

#cdac30 color RGB value is (205,172,48).

#cdac30 hex color red value is 205, green value is 172 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cdac30 hue: 0.13 , saturation: 0.62 and the lightness value of cdac30 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101100 00110000
Octal 315 254 60
Decimal 205 172 48
Hex CD AC 30

RGB Percentages of Color #cdac30

%48.24
%40.47
%11.29

CMYK Percentages of Color #cdac30

%0
%16
%77
%20

Triadic Colors of #cdac30

#cdac30 #30cdac #ac30cd

Analogous Colors of #cdac30

#cdac30 #a0cd30 #cd5e30

Monochromatic Colors of #cdac30

#cdac30

Complementary Color

#cdac30 #3051cd

#cdac30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdac30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdac30 Color CSS Codes

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

#cdac30 Text Font Color

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

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


#cdac30 Background Color

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

This div background color is #cdac30


#cdac30 Border Color

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

This div border color is #cdac30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdac30


Comments

No comments written yet.

Please login to write comment.