Color Hex Logo

#cdc549 Color Hex

#CDC549
(205,197,73)
0 Favorites   0 Comments

Color spaces of #cdc549

RGB 20519773
HSL0.160.570.55
HSV56°64°80°
CMYK 0.000.040.64   0.20
XYZ46.345753.392714.1665
Yxy53.39270.40690.4687
Hunter Lab73.0703-14.657339.6544
CIE-Lab78.1063-12.086260.9083

#cdc549 color RGB value is (205,197,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000101 01001001
Octal 315 305 111
Decimal 205 197 73
Hex CD C5 49

RGB Percentages of Color #cdc549

%43.16
%41.47
%15.37

CMYK Percentages of Color #cdc549

%0
%4
%64
%20

Triadic Colors of #cdc549

#cdc549 #49cdc5 #c549cd

Analogous Colors of #cdc549

#cdc549 #93cd49 #cd8349

Monochromatic Colors of #cdc549

#cdc549

Complementary Color

#cdc549 #4951cd

#cdc549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc549 Color CSS Codes

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

#cdc549 Text Font Color

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

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


#cdc549 Background Color

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

This div background color is #cdc549


#cdc549 Border Color

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

This div border color is #cdc549


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,197,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 #cdc549">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc549


Comments

No comments written yet.

Please login to write comment.