Color Hex Logo

#cdb03a Color Hex

#CDB03A
(205,176,58)
0 Favorites   0 Comments

Color spaces of #cdb03a

RGB 20517658
HSL0.130.600.52
HSV48°72°80°
CMYK 0.000.140.72   0.20
XYZ41.465944.335310.3751
Yxy44.33530.43110.4610
Hunter Lab66.5848-5.361837.3709
CIE-Lab72.4520-2.042061.1538

#cdb03a color RGB value is (205,176,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110000 00111010
Octal 315 260 72
Decimal 205 176 58
Hex CD B0 3A

RGB Percentages of Color #cdb03a

%46.70
%40.09
%13.21

CMYK Percentages of Color #cdb03a

%0
%14
%72
%20

Triadic Colors of #cdb03a

#cdb03a #3acdb0 #b03acd

Analogous Colors of #cdb03a

#cdb03a #a1cd3a #cd673a

Monochromatic Colors of #cdb03a

#cdb03a

Complementary Color

#cdb03a #3a57cd

#cdb03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb03a Color CSS Codes

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

#cdb03a Text Font Color

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

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


#cdb03a Background Color

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

This div background color is #cdb03a


#cdb03a Border Color

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

This div border color is #cdb03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb03a


Comments

No comments written yet.

Please login to write comment.