Color Hex Logo

#e1cd79 Color Hex

#E1CD79
(225,205,121)
0 Favorites   0 Comments

Color spaces of #e1cd79

RGB 225205121
HSL0.130.630.68
HSV48°46°88°
CMYK 0.000.090.46   0.12
XYZ56.333861.050726.9040
Yxy61.05070.39040.4231
Hunter Lab78.1349-8.041134.2793
CIE-Lab82.4060-4.166144.1640

#e1cd79 color RGB value is (225,205,121).

#e1cd79 hex color red value is 225, green value is 205 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #e1cd79 hue: 0.13 , saturation: 0.63 and the lightness value of e1cd79 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001101 01111001
Octal 341 315 171
Decimal 225 205 121
Hex E1 CD 79

RGB Percentages of Color #e1cd79

%40.83
%37.21
%21.96

CMYK Percentages of Color #e1cd79

%0
%9
%46
%12

Triadic Colors of #e1cd79

#e1cd79 #79e1cd #cd79e1

Analogous Colors of #e1cd79

#e1cd79 #c1e179 #e19979

Monochromatic Colors of #e1cd79

#e1cd79

Complementary Color

#e1cd79 #798de1

#e1cd79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cd79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cd79 Color CSS Codes

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

#e1cd79 Text Font Color

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

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


#e1cd79 Background Color

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

This div background color is #e1cd79


#e1cd79 Border Color

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

This div border color is #e1cd79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cd79


Comments

No comments written yet.

Please login to write comment.