Color Hex Logo

#cdb30a Color Hex

#CDB30A
(205,179,10)
0 Favorites   0 Comments

Color spaces of #cdb30a

RGB 20517910
HSL0.140.910.42
HSV52°95°80°
CMYK 0.000.130.95   0.20
XYZ41.351745.24126.8401
Yxy45.24120.44260.4842
Hunter Lab67.2616-7.967941.0537
CIE-Lab73.0504-4.969774.0297

#cdb30a color RGB value is (205,179,10).

#cdb30a hex color red value is 205, green value is 179 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #cdb30a hue: 0.14 , saturation: 0.91 and the lightness value of cdb30a is 0.42.

The process color (four color CMYK) of #cdb30a color hex is 0.00, 0.13, 0.95, 0.20. Web safe color of #cdb30a is #cccc00. Color #cdb30a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110011 00001010
Octal 315 263 12
Decimal 205 179 10
Hex CD B3 A

RGB Percentages of Color #cdb30a

%52.03
%45.43
%2.54

CMYK Percentages of Color #cdb30a

%0
%13
%95
%20

Triadic Colors of #cdb30a

#cdb30a #0acdb3 #b30acd

Analogous Colors of #cdb30a

#cdb30a #86cd0a #cd520a

Monochromatic Colors of #cdb30a

#cdb30a

Complementary Color

#cdb30a #0a24cd

#cdb30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb30a Color CSS Codes

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

#cdb30a Text Font Color

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

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


#cdb30a Background Color

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

This div background color is #cdb30a


#cdb30a Border Color

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

This div border color is #cdb30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb30a


Comments

No comments written yet.

Please login to write comment.