Color Hex Logo

#cdb540 Color Hex

#CDB540
(205,181,64)
0 Favorites   0 Comments

Color spaces of #cdb540

RGB 20518164
HSL0.140.590.53
HSV50°69°80°
CMYK 0.000.120.69   0.20
XYZ42.626146.397011.5594
Yxy46.39700.42380.4613
Hunter Lab68.1153-7.497837.6190
CIE-Lab73.8024-4.358260.1306

#cdb540 color RGB value is (205,181,64).

#cdb540 hex color red value is 205, green value is 181 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #cdb540 hue: 0.14 , saturation: 0.59 and the lightness value of cdb540 is 0.53.

The process color (four color CMYK) of #cdb540 color hex is 0.00, 0.12, 0.69, 0.20. Web safe color of #cdb540 is #cccc33. Color #cdb540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 01000000
Octal 315 265 100
Decimal 205 181 64
Hex CD B5 40

RGB Percentages of Color #cdb540

%45.56
%40.22
%14.22

CMYK Percentages of Color #cdb540

%0
%12
%69
%20

Triadic Colors of #cdb540

#cdb540 #40cdb5 #b540cd

Analogous Colors of #cdb540

#cdb540 #9fcd40 #cd6f40

Monochromatic Colors of #cdb540

#cdb540

Complementary Color

#cdb540 #4058cd

#cdb540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb540 Color CSS Codes

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

#cdb540 Text Font Color

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

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


#cdb540 Background Color

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

This div background color is #cdb540


#cdb540 Border Color

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

This div border color is #cdb540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb540


Comments

No comments written yet.

Please login to write comment.