Color Hex Logo

#cdb40a Color Hex

#CDB40A
(205,180,10)
0 Favorites   0 Comments

Color spaces of #cdb40a

RGB 20518010
HSL0.150.910.42
HSV52°95°80°
CMYK 0.000.120.95   0.20
XYZ41.552945.64366.9072
Yxy45.64360.44160.4850
Hunter Lab67.5600-8.443441.2303
CIE-Lab73.3137-5.490974.2244

#cdb40a color RGB value is (205,180,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 00001010
Octal 315 264 12
Decimal 205 180 10
Hex CD B4 A

RGB Percentages of Color #cdb40a

%51.90
%45.57
%2.53

CMYK Percentages of Color #cdb40a

%0
%12
%95
%20

Triadic Colors of #cdb40a

#cdb40a #0acdb4 #b40acd

Analogous Colors of #cdb40a

#cdb40a #85cd0a #cd530a

Monochromatic Colors of #cdb40a

#cdb40a

Complementary Color

#cdb40a #0a23cd

#cdb40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb40a Color CSS Codes

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

#cdb40a Text Font Color

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

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


#cdb40a Background Color

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

This div background color is #cdb40a


#cdb40a Border Color

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

This div border color is #cdb40a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,180,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 #cdb40a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb40a


Comments

No comments written yet.

Please login to write comment.