Color Hex Logo

#cdcc4e Color Hex

#CDCC4E
(205,204,78)
0 Favorites   0 Comments

Color spaces of #cdcc4e

RGB 20520478
HSL0.170.560.55
HSV60°62°80°
CMYK 0.000.000.62   0.20
XYZ48.144856.714915.6173
Yxy56.71490.39960.4708
Hunter Lab75.3093-17.677240.4212
CIE-Lab80.0190-15.302760.8583

#cdcc4e color RGB value is (205,204,78).

#cdcc4e hex color red value is 205, green value is 204 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cdcc4e hue: 0.17 , saturation: 0.56 and the lightness value of cdcc4e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11001100 01001110
Octal 315 314 116
Decimal 205 204 78
Hex CD CC 4E

RGB Percentages of Color #cdcc4e

%42.09
%41.89
%16.02

CMYK Percentages of Color #cdcc4e

%0
%0
%62
%20

Triadic Colors of #cdcc4e

#cdcc4e #4ecdcc #cc4ecd

Analogous Colors of #cdcc4e

#cdcc4e #8fcd4e #cd8d4e

Monochromatic Colors of #cdcc4e

#cdcc4e

Complementary Color

#cdcc4e #4e4fcd

#cdcc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdcc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdcc4e Color CSS Codes

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

#cdcc4e Text Font Color

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

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


#cdcc4e Background Color

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

This div background color is #cdcc4e


#cdcc4e Border Color

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

This div border color is #cdcc4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdcc4e


Comments

No comments written yet.

Please login to write comment.