Color Hex Logo

#cdc176 Color Hex

#CDC176
(205,193,118)
0 Favorites   0 Comments

Color spaces of #cdc176

RGB 205193118
HSL0.140.470.63
HSV52°42°80°
CMYK 0.000.060.42   0.20
XYZ47.516852.427124.7546
Yxy52.42710.38110.4204
Hunter Lab72.4066-9.570930.4143
CIE-Lab77.5355-6.338839.2020

#cdc176 color RGB value is (205,193,118).

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

The process color (four color CMYK) of #cdc176 color hex is 0.00, 0.06, 0.42, 0.20. Web safe color of #cdc176 is #cccc66. Color #cdc176 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000001 01110110
Octal 315 301 166
Decimal 205 193 118
Hex CD C1 76

RGB Percentages of Color #cdc176

%39.73
%37.40
%22.87

CMYK Percentages of Color #cdc176

%0
%6
%42
%20

Triadic Colors of #cdc176

#cdc176 #76cdc1 #c176cd

Analogous Colors of #cdc176

#cdc176 #aecd76 #cd9676

Monochromatic Colors of #cdc176

#cdc176

Complementary Color

#cdc176 #7682cd

#cdc176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc176 Color CSS Codes

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

#cdc176 Text Font Color

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

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


#cdc176 Background Color

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

This div background color is #cdc176


#cdc176 Border Color

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

This div border color is #cdc176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc176


Comments

No comments written yet.

Please login to write comment.