Color Hex Logo

#cdba0a Color Hex

#CDBA0A
(205,186,10)
0 Favorites   0 Comments

Color spaces of #cdba0a

RGB 20518610
HSL0.150.910.42
HSV54°95°80°
CMYK 0.000.090.95   0.20
XYZ42.790548.11897.3197
Yxy48.11890.43560.4899
Hunter Lab69.3678-11.283442.3012
CIE-Lab74.8999-8.597375.4020

#cdba0a color RGB value is (205,186,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111010 00001010
Octal 315 272 12
Decimal 205 186 10
Hex CD BA A

RGB Percentages of Color #cdba0a

%51.12
%46.38
%2.49

CMYK Percentages of Color #cdba0a

%0
%9
%95
%20

Triadic Colors of #cdba0a

#cdba0a #0acdba #ba0acd

Analogous Colors of #cdba0a

#cdba0a #7fcd0a #cd590a

Monochromatic Colors of #cdba0a

#cdba0a

Complementary Color

#cdba0a #0a1dcd

#cdba0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdba0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdba0a Color CSS Codes

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

#cdba0a Text Font Color

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

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


#cdba0a Background Color

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

This div background color is #cdba0a


#cdba0a Border Color

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

This div border color is #cdba0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdba0a


Comments

No comments written yet.

Please login to write comment.