Color Hex Logo

#cdb178 Color Hex

#CDB178
(205,177,120)
0 Favorites   0 Comments

Color spaces of #cdb178

RGB 205177120
HSL0.110.460.64
HSV40°41°80°
CMYK 0.000.140.41   0.20
XYZ44.289145.779524.2713
Yxy45.77950.38730.4004
Hunter Lab67.6605-1.563826.0938
CIE-Lab73.40222.280432.8752

#cdb178 color RGB value is (205,177,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 01111000
Octal 315 261 170
Decimal 205 177 120
Hex CD B1 78

RGB Percentages of Color #cdb178

%40.84
%35.26
%23.90

CMYK Percentages of Color #cdb178

%0
%14
%41
%20

Triadic Colors of #cdb178

#cdb178 #78cdb1 #b178cd

Analogous Colors of #cdb178

#cdb178 #bfcd78 #cd8778

Monochromatic Colors of #cdb178

#cdb178

Complementary Color

#cdb178 #7894cd

#cdb178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb178 Color CSS Codes

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

#cdb178 Text Font Color

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

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


#cdb178 Background Color

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

This div background color is #cdb178


#cdb178 Border Color

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

This div border color is #cdb178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb178


Comments

No comments written yet.

Please login to write comment.