Color Hex Logo

#cdb565 Color Hex

#CDB565
(205,181,101)
0 Favorites   0 Comments

Color spaces of #cdb565

RGB 205181101
HSL0.130.510.60
HSV46°51°80°
CMYK 0.000.120.51   0.20
XYZ44.049746.966519.0557
Yxy46.96650.40020.4267
Hunter Lab68.5321-5.198531.4866
CIE-Lab74.1683-1.721543.5915

#cdb565 color RGB value is (205,181,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 01100101
Octal 315 265 145
Decimal 205 181 101
Hex CD B5 65

RGB Percentages of Color #cdb565

%42.09
%37.17
%20.74

CMYK Percentages of Color #cdb565

%0
%12
%51
%20

Triadic Colors of #cdb565

#cdb565 #65cdb5 #b565cd

Analogous Colors of #cdb565

#cdb565 #b1cd65 #cd8165

Monochromatic Colors of #cdb565

#cdb565

Complementary Color

#cdb565 #657dcd

#cdb565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb565 Color CSS Codes

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

#cdb565 Text Font Color

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

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


#cdb565 Background Color

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

This div background color is #cdb565


#cdb565 Border Color

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

This div border color is #cdb565


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,181,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 #cdb565">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb565


Comments

No comments written yet.

Please login to write comment.