Color Hex Logo

#cdbc60 Color Hex

#CDBC60
(205,188,96)
0 Favorites   0 Comments

Color spaces of #cdbc60

RGB 20518896
HSL0.140.520.59
HSV51°53°80°
CMYK 0.000.080.53   0.20
XYZ45.271449.790118.2907
Yxy49.79010.39940.4393
Hunter Lab70.5621-8.961234.0247
CIE-Lab75.9402-5.814448.1640

#cdbc60 color RGB value is (205,188,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111100 01100000
Octal 315 274 140
Decimal 205 188 96
Hex CD BC 60

RGB Percentages of Color #cdbc60

%41.92
%38.45
%19.63

CMYK Percentages of Color #cdbc60

%0
%8
%53
%20

Triadic Colors of #cdbc60

#cdbc60 #60cdbc #bc60cd

Analogous Colors of #cdbc60

#cdbc60 #a8cd60 #cd8660

Monochromatic Colors of #cdbc60

#cdbc60

Complementary Color

#cdbc60 #6071cd

#cdbc60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbc60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbc60 Color CSS Codes

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

#cdbc60 Text Font Color

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

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


#cdbc60 Background Color

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

This div background color is #cdbc60


#cdbc60 Border Color

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

This div border color is #cdbc60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbc60


Comments

No comments written yet.

Please login to write comment.