Color Hex Logo

#cdb36a Color Hex

#CDB36A
(205,179,106)
0 Favorites   0 Comments

Color spaces of #cdb36a

RGB 205179106
HSL0.120.500.61
HSV44°48°80°
CMYK 0.000.130.48   0.20
XYZ43.898546.259920.2510
Yxy46.25990.39760.4190
Hunter Lab68.0146-3.816829.9570
CIE-Lab73.7139-0.205840.5160

#cdb36a color RGB value is (205,179,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110011 01101010
Octal 315 263 152
Decimal 205 179 106
Hex CD B3 6A

RGB Percentages of Color #cdb36a

%41.84
%36.53
%21.63

CMYK Percentages of Color #cdb36a

%0
%13
%48
%20

Triadic Colors of #cdb36a

#cdb36a #6acdb3 #b36acd

Analogous Colors of #cdb36a

#cdb36a #b6cd6a #cd826a

Monochromatic Colors of #cdb36a

#cdb36a

Complementary Color

#cdb36a #6a84cd

#cdb36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb36a Color CSS Codes

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

#cdb36a Text Font Color

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

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


#cdb36a Background Color

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

This div background color is #cdb36a


#cdb36a Border Color

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

This div border color is #cdb36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb36a


Comments

No comments written yet.

Please login to write comment.