Color Hex Logo

#cdb963 Color Hex

#CDB963
(205,185,99)
0 Favorites   0 Comments

Color spaces of #cdb963

RGB 20518599
HSL0.140.510.60
HSV49°52°80°
CMYK 0.000.100.52   0.20
XYZ44.777948.577918.8208
Yxy48.57790.39920.4330
Hunter Lab69.6978-7.292632.7782
CIE-Lab75.1880-3.995945.8110

#cdb963 color RGB value is (205,185,99).

#cdb963 hex color red value is 205, green value is 185 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #cdb963 hue: 0.14 , saturation: 0.51 and the lightness value of cdb963 is 0.60.

The process color (four color CMYK) of #cdb963 color hex is 0.00, 0.10, 0.52, 0.20. Web safe color of #cdb963 is #cccc66. Color #cdb963 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 01100011
Octal 315 271 143
Decimal 205 185 99
Hex CD B9 63

RGB Percentages of Color #cdb963

%41.92
%37.83
%20.25

CMYK Percentages of Color #cdb963

%0
%10
%52
%20

Triadic Colors of #cdb963

#cdb963 #63cdb9 #b963cd

Analogous Colors of #cdb963

#cdb963 #accd63 #cd8463

Monochromatic Colors of #cdb963

#cdb963

Complementary Color

#cdb963 #6377cd

#cdb963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb963 Color CSS Codes

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

#cdb963 Text Font Color

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

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


#cdb963 Background Color

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

This div background color is #cdb963


#cdb963 Border Color

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

This div border color is #cdb963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb963


Comments

No comments written yet.

Please login to write comment.