Color Hex Logo

#cdcc93 Color Hex

#CDCC93
(205,204,147)
0 Favorites   0 Comments

Color spaces of #cdcc93

RGB 205204147
HSL0.160.370.69
HSV59°28°80°
CMYK 0.000.000.28   0.20
XYZ52.036258.271536.1087
Yxy58.27150.35540.3980
Hunter Lab76.3358-11.908625.3894
CIE-Lab80.8895-8.593528.6154

#cdcc93 color RGB value is (205,204,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11001100 10010011
Octal 315 314 223
Decimal 205 204 147
Hex CD CC 93

RGB Percentages of Color #cdcc93

%36.87
%36.69
%26.44

CMYK Percentages of Color #cdcc93

%0
%0
%28
%20

Triadic Colors of #cdcc93

#cdcc93 #93cdcc #cc93cd

Analogous Colors of #cdcc93

#cdcc93 #b1cd93 #cdaf93

Monochromatic Colors of #cdcc93

#cdcc93

Complementary Color

#cdcc93 #9394cd

#cdcc93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdcc93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdcc93 Color CSS Codes

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

#cdcc93 Text Font Color

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

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


#cdcc93 Background Color

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

This div background color is #cdcc93


#cdcc93 Border Color

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

This div border color is #cdcc93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdcc93


Comments

No comments written yet.

Please login to write comment.