Color Hex Logo

#cdb575 Color Hex

#CDB575
(205,181,117)
0 Favorites   0 Comments

Color spaces of #cdb575

RGB 205181117
HSL0.120.470.63
HSV44°43°80°
CMYK 0.000.120.43   0.20
XYZ44.911647.311223.5945
Yxy47.31120.38780.4085
Hunter Lab68.7831-3.819827.8101
CIE-Lab74.3884-0.162635.7133

#cdb575 color RGB value is (205,181,117).

#cdb575 hex color red value is 205, green value is 181 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #cdb575 hue: 0.12 , saturation: 0.47 and the lightness value of cdb575 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 01110101
Octal 315 265 165
Decimal 205 181 117
Hex CD B5 75

RGB Percentages of Color #cdb575

%40.76
%35.98
%23.26

CMYK Percentages of Color #cdb575

%0
%12
%43
%20

Triadic Colors of #cdb575

#cdb575 #75cdb5 #b575cd

Analogous Colors of #cdb575

#cdb575 #b9cd75 #cd8975

Monochromatic Colors of #cdb575

#cdb575

Complementary Color

#cdb575 #758dcd

#cdb575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb575 Color CSS Codes

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

#cdb575 Text Font Color

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

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


#cdb575 Background Color

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

This div background color is #cdb575


#cdb575 Border Color

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

This div border color is #cdb575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb575


Comments

No comments written yet.

Please login to write comment.