Color Hex Logo

#cdb175 Color Hex

#CDB175
(205,177,117)
0 Favorites   0 Comments

Color spaces of #cdb175

RGB 205177117
HSL0.110.470.63
HSV41°43°80°
CMYK 0.000.140.43   0.20
XYZ44.109945.707823.3273
Yxy45.70780.38990.4040
Hunter Lab67.6075-1.852626.8679
CIE-Lab73.35551.958234.3877

#cdb175 color RGB value is (205,177,117).

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

The process color (four color CMYK) of #cdb175 color hex is 0.00, 0.14, 0.43, 0.20. Web safe color of #cdb175 is #cc9966. Color #cdb175 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 01110101
Octal 315 261 165
Decimal 205 177 117
Hex CD B1 75

RGB Percentages of Color #cdb175

%41.08
%35.47
%23.45

CMYK Percentages of Color #cdb175

%0
%14
%43
%20

Triadic Colors of #cdb175

#cdb175 #75cdb1 #b175cd

Analogous Colors of #cdb175

#cdb175 #bdcd75 #cd8575

Monochromatic Colors of #cdb175

#cdb175

Complementary Color

#cdb175 #7591cd

#cdb175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb175 Color CSS Codes

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

#cdb175 Text Font Color

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

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


#cdb175 Background Color

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

This div background color is #cdb175


#cdb175 Border Color

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

This div border color is #cdb175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb175


Comments

No comments written yet.

Please login to write comment.