Color Hex Logo

#cdc493 Color Hex

#CDC493
(205,196,147)
0 Favorites   0 Comments

Color spaces of #cdc493

RGB 205196147
HSL0.140.370.69
HSV51°28°80°
CMYK 0.000.040.28   0.20
XYZ50.183254.565635.4910
Yxy54.56560.35780.3891
Hunter Lab73.8685-8.004523.2214
CIE-Lab78.7904-4.459625.7902

#cdc493 color RGB value is (205,196,147).

#cdc493 hex color red value is 205, green value is 196 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cdc493 hue: 0.14 , saturation: 0.37 and the lightness value of cdc493 is 0.69.

The process color (four color CMYK) of #cdc493 color hex is 0.00, 0.04, 0.28, 0.20. Web safe color of #cdc493 is #cccc99. Color #cdc493 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000100 10010011
Octal 315 304 223
Decimal 205 196 147
Hex CD C4 93

RGB Percentages of Color #cdc493

%37.41
%35.77
%26.82

CMYK Percentages of Color #cdc493

%0
%4
%28
%20

Triadic Colors of #cdc493

#cdc493 #93cdc4 #c493cd

Analogous Colors of #cdc493

#cdc493 #b9cd93 #cda793

Monochromatic Colors of #cdc493

#cdc493

Complementary Color

#cdc493 #939ccd

#cdc493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc493 Color CSS Codes

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

#cdc493 Text Font Color

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

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


#cdc493 Background Color

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

This div background color is #cdc493


#cdc493 Border Color

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

This div border color is #cdc493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc493


Comments

No comments written yet.

Please login to write comment.