Color Hex Logo

#cdb35a Color Hex

#CDB35A
(205,179,90)
0 Favorites   0 Comments

Color spaces of #cdb35a

RGB 20517990
HSL0.130.530.58
HSV46°56°80°
CMYK 0.000.130.56   0.20
XYZ43.142445.957516.2697
Yxy45.95750.40940.4362
Hunter Lab67.7920-5.039633.2251
CIE-Lab73.5179-1.593148.2117

#cdb35a color RGB value is (205,179,90).

#cdb35a hex color red value is 205, green value is 179 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cdb35a hue: 0.13 , saturation: 0.53 and the lightness value of cdb35a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110011 01011010
Octal 315 263 132
Decimal 205 179 90
Hex CD B3 5A

RGB Percentages of Color #cdb35a

%43.25
%37.76
%18.99

CMYK Percentages of Color #cdb35a

%0
%13
%56
%20

Triadic Colors of #cdb35a

#cdb35a #5acdb3 #b35acd

Analogous Colors of #cdb35a

#cdb35a #aecd5a #cd7a5a

Monochromatic Colors of #cdb35a

#cdb35a

Complementary Color

#cdb35a #5a74cd

#cdb35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb35a Color CSS Codes

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

#cdb35a Text Font Color

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

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


#cdb35a Background Color

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

This div background color is #cdb35a


#cdb35a Border Color

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

This div border color is #cdb35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb35a


Comments

No comments written yet.

Please login to write comment.