Color Hex Logo

#cdb349 Color Hex

#CDB349
(205,179,73)
0 Favorites   0 Comments

Color spaces of #cdb349

RGB 20517973
HSL0.130.570.55
HSV48°64°80°
CMYK 0.000.130.64   0.20
XYZ42.499545.700412.8844
Yxy45.70040.42040.4521
Hunter Lab67.6021-6.085736.0213
CIE-Lab73.3507-2.790555.8635

#cdb349 color RGB value is (205,179,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110011 01001001
Octal 315 263 111
Decimal 205 179 73
Hex CD B3 49

RGB Percentages of Color #cdb349

%44.86
%39.17
%15.97

CMYK Percentages of Color #cdb349

%0
%13
%64
%20

Triadic Colors of #cdb349

#cdb349 #49cdb3 #b349cd

Analogous Colors of #cdb349

#cdb349 #a5cd49 #cd7149

Monochromatic Colors of #cdb349

#cdb349

Complementary Color

#cdb349 #4963cd

#cdb349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb349 Color CSS Codes

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

#cdb349 Text Font Color

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

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


#cdb349 Background Color

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

This div background color is #cdb349


#cdb349 Border Color

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

This div border color is #cdb349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb349


Comments

No comments written yet.

Please login to write comment.