Color Hex Logo

#cdc76e Color Hex

#CDC76E
(205,199,110)
0 Favorites   0 Comments

Color spaces of #cdc76e

RGB 205199110
HSL0.160.490.62
HSV56°46°80°
CMYK 0.000.030.46   0.20
XYZ48.414754.951822.8069
Yxy54.95180.38370.4355
Hunter Lab74.1295-13.146533.6493
CIE-Lab79.0135-10.225345.0395

#cdc76e color RGB value is (205,199,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000111 01101110
Octal 315 307 156
Decimal 205 199 110
Hex CD C7 6E

RGB Percentages of Color #cdc76e

%39.88
%38.72
%21.40

CMYK Percentages of Color #cdc76e

%0
%3
%46
%20

Triadic Colors of #cdc76e

#cdc76e #6ecdc7 #c76ecd

Analogous Colors of #cdc76e

#cdc76e #a4cd6e #cd986e

Monochromatic Colors of #cdc76e

#cdc76e

Complementary Color

#cdc76e #6e74cd

#cdc76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc76e Color CSS Codes

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

#cdc76e Text Font Color

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

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


#cdc76e Background Color

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

This div background color is #cdc76e


#cdc76e Border Color

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

This div border color is #cdc76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc76e


Comments

No comments written yet.

Please login to write comment.