Color Hex Logo

#cdb046 Color Hex

#CDB046
(205,176,70)
0 Favorites   0 Comments

Color spaces of #cdb046

RGB 20517670
HSL0.130.570.54
HSV47°66°80°
CMYK 0.000.140.66   0.20
XYZ41.807744.472012.1748
Yxy44.47200.42460.4517
Hunter Lab66.6873-4.797435.8568
CIE-Lab72.5429-1.394456.3074

#cdb046 color RGB value is (205,176,70).

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

The process color (four color CMYK) of #cdb046 color hex is 0.00, 0.14, 0.66, 0.20. Web safe color of #cdb046 is #cc9933. Color #cdb046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 01000110
Octal 315 260 106
Decimal 205 176 70
Hex CD B0 46

RGB Percentages of Color #cdb046

%45.45
%39.02
%15.52

CMYK Percentages of Color #cdb046

%0
%14
%66
%20

Triadic Colors of #cdb046

#cdb046 #46cdb0 #b046cd

Analogous Colors of #cdb046

#cdb046 #a7cd46 #cd6d46

Monochromatic Colors of #cdb046

#cdb046

Complementary Color

#cdb046 #4663cd

#cdb046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb046 Color CSS Codes

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

#cdb046 Text Font Color

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

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


#cdb046 Background Color

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

This div background color is #cdb046


#cdb046 Border Color

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

This div border color is #cdb046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb046


Comments

No comments written yet.

Please login to write comment.