Color Hex Logo

#cdb03c Color Hex

#CDB03C
(205,176,60)
0 Favorites   0 Comments

Color spaces of #cdb03c

RGB 20517660
HSL0.130.590.52
HSV48°71°80°
CMYK 0.000.140.71   0.20
XYZ41.517844.356010.6483
Yxy44.35600.43010.4595
Hunter Lab66.6003-5.275837.1407
CIE-Lab72.4658-1.943260.3826

#cdb03c color RGB value is (205,176,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 00111100
Octal 315 260 74
Decimal 205 176 60
Hex CD B0 3C

RGB Percentages of Color #cdb03c

%46.49
%39.91
%13.61

CMYK Percentages of Color #cdb03c

%0
%14
%71
%20

Triadic Colors of #cdb03c

#cdb03c #3ccdb0 #b03ccd

Analogous Colors of #cdb03c

#cdb03c #a2cd3c #cd683c

Monochromatic Colors of #cdb03c

#cdb03c

Complementary Color

#cdb03c #3c59cd

#cdb03c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb03c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb03c Color CSS Codes

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

#cdb03c Text Font Color

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

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


#cdb03c Background Color

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

This div background color is #cdb03c


#cdb03c Border Color

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

This div border color is #cdb03c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb03c


Comments

No comments written yet.

Please login to write comment.