Color Hex Logo

#cdcc6e Color Hex

#CDCC6E
(205,204,110)
0 Favorites   0 Comments

Color spaces of #cdcc6e

RGB 205204110
HSL0.160.490.62
HSV59°46°80°
CMYK 0.000.000.46   0.20
XYZ49.584257.290723.1967
Yxy57.29070.38120.4405
Hunter Lab75.6906-15.524934.8130
CIE-Lab80.3428-12.765546.6585

#cdcc6e color RGB value is (205,204,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11001100 01101110
Octal 315 314 156
Decimal 205 204 110
Hex CD CC 6E

RGB Percentages of Color #cdcc6e

%39.50
%39.31
%21.19

CMYK Percentages of Color #cdcc6e

%0
%0
%46
%20

Triadic Colors of #cdcc6e

#cdcc6e #6ecdcc #cc6ecd

Analogous Colors of #cdcc6e

#cdcc6e #9fcd6e #cd9d6e

Monochromatic Colors of #cdcc6e

#cdcc6e

Complementary Color

#cdcc6e #6e6fcd

#cdcc6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdcc6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdcc6e Color CSS Codes

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

#cdcc6e Text Font Color

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

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


#cdcc6e Background Color

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

This div background color is #cdcc6e


#cdcc6e Border Color

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

This div border color is #cdcc6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdcc6e


Comments

No comments written yet.

Please login to write comment.