Color Hex Logo

#cdc095 Color Hex

#CDC095
(205,192,149)
0 Favorites   0 Comments

Color spaces of #cdc095

RGB 205192149
HSL0.130.360.69
HSV46°27°80°
CMYK 0.000.060.27   0.20
XYZ49.451352.848336.0282
Yxy52.84830.35750.3821
Hunter Lab72.6968-5.796621.5039
CIE-Lab77.7853-2.101823.3664

#cdc095 color RGB value is (205,192,149).

#cdc095 hex color red value is 205, green value is 192 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #cdc095 hue: 0.13 , saturation: 0.36 and the lightness value of cdc095 is 0.69.

The process color (four color CMYK) of #cdc095 color hex is 0.00, 0.06, 0.27, 0.20. Web safe color of #cdc095 is #cccc99. Color #cdc095 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000000 10010101
Octal 315 300 225
Decimal 205 192 149
Hex CD C0 95

RGB Percentages of Color #cdc095

%37.55
%35.16
%27.29

CMYK Percentages of Color #cdc095

%0
%6
%27
%20

Triadic Colors of #cdc095

#cdc095 #95cdc0 #c095cd

Analogous Colors of #cdc095

#cdc095 #becd95 #cda495

Monochromatic Colors of #cdc095

#cdc095

Complementary Color

#cdc095 #95a2cd

#cdc095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc095 Color CSS Codes

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

#cdc095 Text Font Color

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

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


#cdc095 Background Color

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

This div background color is #cdc095


#cdc095 Border Color

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

This div border color is #cdc095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc095


Comments

No comments written yet.

Please login to write comment.