Color Hex Logo

#cdb12a Color Hex

#CDB12A
(205,177,42)
0 Favorites   0 Comments

Color spaces of #cdb12a

RGB 20517742
HSL0.140.660.48
HSV50°80°80°
CMYK 0.000.140.80   0.20
XYZ41.316944.59068.6197
Yxy44.59060.43710.4717
Hunter Lab66.7762-6.413839.0900
CIE-Lab72.6215-3.227266.9193

#cdb12a color RGB value is (205,177,42).

#cdb12a hex color red value is 205, green value is 177 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cdb12a hue: 0.14 , saturation: 0.66 and the lightness value of cdb12a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 00101010
Octal 315 261 52
Decimal 205 177 42
Hex CD B1 2A

RGB Percentages of Color #cdb12a

%48.35
%41.75
%9.91

CMYK Percentages of Color #cdb12a

%0
%14
%80
%20

Triadic Colors of #cdb12a

#cdb12a #2acdb1 #b12acd

Analogous Colors of #cdb12a

#cdb12a #98cd2a #cd602a

Monochromatic Colors of #cdb12a

#cdb12a

Complementary Color

#cdb12a #2a46cd

#cdb12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb12a Color CSS Codes

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

#cdb12a Text Font Color

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

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


#cdb12a Background Color

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

This div background color is #cdb12a


#cdb12a Border Color

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

This div border color is #cdb12a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb12a


Comments

No comments written yet.

Please login to write comment.