Color Hex Logo

#cdbd4d Color Hex

#CDBD4D
(205,189,77)
0 Favorites   0 Comments

Color spaces of #cdbd4d

RGB 20518977
HSL0.150.560.55
HSV53°62°80°
CMYK 0.000.080.62   0.20
XYZ44.714049.910114.2981
Yxy49.91010.41050.4582
Hunter Lab70.6471-10.656037.4534
CIE-Lab76.0140-7.741756.9882

#cdbd4d color RGB value is (205,189,77).

#cdbd4d hex color red value is 205, green value is 189 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cdbd4d hue: 0.15 , saturation: 0.56 and the lightness value of cdbd4d is 0.55.

The process color (four color CMYK) of #cdbd4d color hex is 0.00, 0.08, 0.62, 0.20. Web safe color of #cdbd4d is #cccc66. Color #cdbd4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111101 01001101
Octal 315 275 115
Decimal 205 189 77
Hex CD BD 4D

RGB Percentages of Color #cdbd4d

%43.52
%40.13
%16.35

CMYK Percentages of Color #cdbd4d

%0
%8
%62
%20

Triadic Colors of #cdbd4d

#cdbd4d #4dcdbd #bd4dcd

Analogous Colors of #cdbd4d

#cdbd4d #9dcd4d #cd7d4d

Monochromatic Colors of #cdbd4d

#cdbd4d

Complementary Color

#cdbd4d #4d5dcd

#cdbd4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbd4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbd4d Color CSS Codes

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

#cdbd4d Text Font Color

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

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


#cdbd4d Background Color

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

This div background color is #cdbd4d


#cdbd4d Border Color

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

This div border color is #cdbd4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbd4d


Comments

No comments written yet.

Please login to write comment.