Color Hex Logo

#cdb03e Color Hex

#CDB03E
(205,176,62)
0 Favorites   0 Comments

Color spaces of #cdb03e

RGB 20517662
HSL0.130.590.52
HSV48°70°80°
CMYK 0.000.140.70   0.20
XYZ41.571744.377610.9321
Yxy44.37760.42910.4581
Hunter Lab66.6165-5.186936.9018
CIE-Lab72.4802-1.841059.5959

#cdb03e color RGB value is (205,176,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 00111110
Octal 315 260 76
Decimal 205 176 62
Hex CD B0 3E

RGB Percentages of Color #cdb03e

%46.28
%39.73
%14.00

CMYK Percentages of Color #cdb03e

%0
%14
%70
%20

Triadic Colors of #cdb03e

#cdb03e #3ecdb0 #b03ecd

Analogous Colors of #cdb03e

#cdb03e #a3cd3e #cd693e

Monochromatic Colors of #cdb03e

#cdb03e

Complementary Color

#cdb03e #3e5bcd

#cdb03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb03e Color CSS Codes

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

#cdb03e Text Font Color

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

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


#cdb03e Background Color

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

This div background color is #cdb03e


#cdb03e Border Color

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

This div border color is #cdb03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb03e


Comments

No comments written yet.

Please login to write comment.