Color Hex Logo

#cdb20a Color Hex

#CDB20A
(205,178,10)
0 Favorites   0 Comments

Color spaces of #cdb20a

RGB 20517810
HSL0.140.910.42
HSV52°95°80°
CMYK 0.000.130.95   0.20
XYZ41.152044.84186.7736
Yxy44.84180.44360.4834
Hunter Lab66.9640-7.491840.8775
CIE-Lab72.7876-4.447773.8350

#cdb20a color RGB value is (205,178,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110010 00001010
Octal 315 262 12
Decimal 205 178 10
Hex CD B2 A

RGB Percentages of Color #cdb20a

%52.16
%45.29
%2.54

CMYK Percentages of Color #cdb20a

%0
%13
%95
%20

Triadic Colors of #cdb20a

#cdb20a #0acdb2 #b20acd

Analogous Colors of #cdb20a

#cdb20a #87cd0a #cd510a

Monochromatic Colors of #cdb20a

#cdb20a

Complementary Color

#cdb20a #0a25cd

#cdb20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb20a Color CSS Codes

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

#cdb20a Text Font Color

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

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


#cdb20a Background Color

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

This div background color is #cdb20a


#cdb20a Border Color

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

This div border color is #cdb20a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb20a


Comments

No comments written yet.

Please login to write comment.