Color Hex Logo

#cdb46a Color Hex

#CDB46A
(205,180,106)
0 Favorites   0 Comments

Color spaces of #cdb46a

RGB 205180106
HSL0.120.500.61
HSV45°48°80°
CMYK 0.000.120.48   0.20
XYZ44.099646.662320.3181
Yxy46.66230.39700.4201
Hunter Lab68.3098-4.305730.1816
CIE-Lab73.9732-0.734540.8373

#cdb46a color RGB value is (205,180,106).

#cdb46a hex color red value is 205, green value is 180 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cdb46a hue: 0.12 , saturation: 0.50 and the lightness value of cdb46a is 0.61.

The process color (four color CMYK) of #cdb46a color hex is 0.00, 0.12, 0.48, 0.20. Web safe color of #cdb46a is #cccc66. Color #cdb46a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 01101010
Octal 315 264 152
Decimal 205 180 106
Hex CD B4 6A

RGB Percentages of Color #cdb46a

%41.75
%36.66
%21.59

CMYK Percentages of Color #cdb46a

%0
%12
%48
%20

Triadic Colors of #cdb46a

#cdb46a #6acdb4 #b46acd

Analogous Colors of #cdb46a

#cdb46a #b5cd6a #cd836a

Monochromatic Colors of #cdb46a

#cdb46a

Complementary Color

#cdb46a #6a83cd

#cdb46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb46a Color CSS Codes

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

#cdb46a Text Font Color

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

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


#cdb46a Background Color

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

This div background color is #cdb46a


#cdb46a Border Color

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

This div border color is #cdb46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb46a


Comments

No comments written yet.

Please login to write comment.