Color Hex Logo

#cdc59e Color Hex

#CDC59E
(205,197,158)
0 Favorites   0 Comments

Color spaces of #cdc59e

RGB 205197158
HSL0.140.320.71
HSV50°23°80°
CMYK 0.000.040.23   0.20
XYZ51.314655.380340.3326
Yxy55.38030.34900.3767
Hunter Lab74.4179-7.147419.9589
CIE-Lab79.2598-3.468520.6055

#cdc59e color RGB value is (205,197,158).

#cdc59e hex color red value is 205, green value is 197 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cdc59e hue: 0.14 , saturation: 0.32 and the lightness value of cdc59e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000101 10011110
Octal 315 305 236
Decimal 205 197 158
Hex CD C5 9E

RGB Percentages of Color #cdc59e

%36.61
%35.18
%28.21

CMYK Percentages of Color #cdc59e

%0
%4
%23
%20

Triadic Colors of #cdc59e

#cdc59e #9ecdc5 #c59ecd

Analogous Colors of #cdc59e

#cdc59e #becd9e #cdae9e

Monochromatic Colors of #cdc59e

#cdc59e

Complementary Color

#cdc59e #9ea6cd

#cdc59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc59e Color CSS Codes

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

#cdc59e Text Font Color

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

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


#cdc59e Background Color

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

This div background color is #cdc59e


#cdc59e Border Color

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

This div border color is #cdc59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc59e


Comments

No comments written yet.

Please login to write comment.