Color Hex Logo

#cdc276 Color Hex

#CDC276
(205,194,118)
0 Favorites   0 Comments

Color spaces of #cdc276

RGB 205194118
HSL0.150.470.63
HSV52°42°80°
CMYK 0.000.050.42   0.20
XYZ47.738652.870724.8285
Yxy52.87070.38060.4215
Hunter Lab72.7122-10.053830.6533
CIE-Lab77.7986-6.856239.5342

#cdc276 color RGB value is (205,194,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000010 01110110
Octal 315 302 166
Decimal 205 194 118
Hex CD C2 76

RGB Percentages of Color #cdc276

%39.65
%37.52
%22.82

CMYK Percentages of Color #cdc276

%0
%5
%42
%20

Triadic Colors of #cdc276

#cdc276 #76cdc2 #c276cd

Analogous Colors of #cdc276

#cdc276 #adcd76 #cd9776

Monochromatic Colors of #cdc276

#cdc276

Complementary Color

#cdc276 #7681cd

#cdc276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc276 Color CSS Codes

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

#cdc276 Text Font Color

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

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


#cdc276 Background Color

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

This div background color is #cdc276


#cdc276 Border Color

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

This div border color is #cdc276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc276


Comments

No comments written yet.

Please login to write comment.