Color Hex Logo

#cdc949 Color Hex

#CDC949
(205,201,73)
0 Favorites   0 Comments

Color spaces of #cdc949

RGB 20520173
HSL0.160.570.55
HSV58°64°80°
CMYK 0.000.020.64   0.20
XYZ47.266155.233514.4733
Yxy55.23350.40410.4722
Hunter Lab74.3192-16.534940.4770
CIE-Lab79.1756-14.107162.0256

#cdc949 color RGB value is (205,201,73).

#cdc949 hex color red value is 205, green value is 201 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cdc949 hue: 0.16 , saturation: 0.57 and the lightness value of cdc949 is 0.55.

The process color (four color CMYK) of #cdc949 color hex is 0.00, 0.02, 0.64, 0.20. Web safe color of #cdc949 is #cccc33. Color #cdc949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11001001 01001001
Octal 315 311 111
Decimal 205 201 73
Hex CD C9 49

RGB Percentages of Color #cdc949

%42.80
%41.96
%15.24

CMYK Percentages of Color #cdc949

%0
%2
%64
%20

Triadic Colors of #cdc949

#cdc949 #49cdc9 #c949cd

Analogous Colors of #cdc949

#cdc949 #8fcd49 #cd8749

Monochromatic Colors of #cdc949

#cdc949

Complementary Color

#cdc949 #494dcd

#cdc949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc949 Color CSS Codes

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

#cdc949 Text Font Color

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

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


#cdc949 Background Color

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

This div background color is #cdc949


#cdc949 Border Color

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

This div border color is #cdc949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc949


Comments

No comments written yet.

Please login to write comment.