Color Hex Logo

#cdc57e Color Hex

#CDC57E
(205,197,126)
0 Favorites   0 Comments

Color spaces of #cdc57e

RGB 205197126
HSL0.150.440.65
HSV54°39°80°
CMYK 0.000.040.39   0.20
XYZ48.909054.418027.6646
Yxy54.41800.37340.4154
Hunter Lab73.7686-10.748429.4031
CIE-Lab78.7048-7.540636.6110

#cdc57e color RGB value is (205,197,126).

#cdc57e hex color red value is 205, green value is 197 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cdc57e hue: 0.15 , saturation: 0.44 and the lightness value of cdc57e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000101 01111110
Octal 315 305 176
Decimal 205 197 126
Hex CD C5 7E

RGB Percentages of Color #cdc57e

%38.83
%37.31
%23.86

CMYK Percentages of Color #cdc57e

%0
%4
%39
%20

Triadic Colors of #cdc57e

#cdc57e #7ecdc5 #c57ecd

Analogous Colors of #cdc57e

#cdc57e #aecd7e #cd9e7e

Monochromatic Colors of #cdc57e

#cdc57e

Complementary Color

#cdc57e #7e86cd

#cdc57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc57e Color CSS Codes

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

#cdc57e Text Font Color

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

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


#cdc57e Background Color

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

This div background color is #cdc57e


#cdc57e Border Color

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

This div border color is #cdc57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc57e


Comments

No comments written yet.

Please login to write comment.