Color Hex Logo

#cdb465 Color Hex

#CDB465
(205,180,101)
0 Favorites   0 Comments

Color spaces of #cdb465

RGB 205180101
HSL0.130.510.60
HSV46°51°80°
CMYK 0.000.120.51   0.20
XYZ43.847146.561218.9881
Yxy46.56120.40080.4256
Hunter Lab68.2358-4.711631.2663
CIE-Lab73.9082-1.194443.2754

#cdb465 color RGB value is (205,180,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 01100101
Octal 315 264 145
Decimal 205 180 101
Hex CD B4 65

RGB Percentages of Color #cdb465

%42.18
%37.04
%20.78

CMYK Percentages of Color #cdb465

%0
%12
%51
%20

Triadic Colors of #cdb465

#cdb465 #65cdb4 #b465cd

Analogous Colors of #cdb465

#cdb465 #b2cd65 #cd8065

Monochromatic Colors of #cdb465

#cdb465

Complementary Color

#cdb465 #657ecd

#cdb465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb465 Color CSS Codes

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

#cdb465 Text Font Color

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

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


#cdb465 Background Color

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

This div background color is #cdb465


#cdb465 Border Color

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

This div border color is #cdb465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb465


Comments

No comments written yet.

Please login to write comment.