Color Hex Logo

#cdb965 Color Hex

#CDB965
(205,185,101)
0 Favorites   0 Comments

Color spaces of #cdb965

RGB 205185101
HSL0.130.510.60
HSV48°51°80°
CMYK 0.000.100.51   0.20
XYZ44.874848.616619.3307
Yxy48.61660.39770.4309
Hunter Lab69.7256-7.138732.3704
CIE-Lab75.2122-3.819844.8556

#cdb965 color RGB value is (205,185,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 01100101
Octal 315 271 145
Decimal 205 185 101
Hex CD B9 65

RGB Percentages of Color #cdb965

%41.75
%37.68
%20.57

CMYK Percentages of Color #cdb965

%0
%10
%51
%20

Triadic Colors of #cdb965

#cdb965 #65cdb9 #b965cd

Analogous Colors of #cdb965

#cdb965 #adcd65 #cd8565

Monochromatic Colors of #cdb965

#cdb965

Complementary Color

#cdb965 #6579cd

#cdb965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb965 Color CSS Codes

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

#cdb965 Text Font Color

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

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


#cdb965 Background Color

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

This div background color is #cdb965


#cdb965 Border Color

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

This div border color is #cdb965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb965


Comments

No comments written yet.

Please login to write comment.