Color Hex Logo

#e1cf77 Color Hex

#E1CF77
(225,207,119)
0 Favorites   0 Comments

Color spaces of #e1cf77

RGB 225207119
HSL0.140.640.67
HSV50°47°88°
CMYK 0.000.080.47   0.12
XYZ56.693961.965126.4251
Yxy61.96510.39080.4271
Hunter Lab78.7179-9.197835.1993
CIE-Lab82.8949-5.380345.7560

#e1cf77 color RGB value is (225,207,119).

#e1cf77 hex color red value is 225, green value is 207 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #e1cf77 hue: 0.14 , saturation: 0.64 and the lightness value of e1cf77 is 0.67.

The process color (four color CMYK) of #e1cf77 color hex is 0.00, 0.08, 0.47, 0.12. Web safe color of #e1cf77 is #cccc66. Color #e1cf77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001111 01110111
Octal 341 317 167
Decimal 225 207 119
Hex E1 CF 77

RGB Percentages of Color #e1cf77

%40.83
%37.57
%21.60

CMYK Percentages of Color #e1cf77

%0
%8
%47
%12

Triadic Colors of #e1cf77

#e1cf77 #77e1cf #cf77e1

Analogous Colors of #e1cf77

#e1cf77 #bee177 #e19a77

Monochromatic Colors of #e1cf77

#e1cf77

Complementary Color

#e1cf77 #7789e1

#e1cf77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cf77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cf77 Color CSS Codes

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

#e1cf77 Text Font Color

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

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


#e1cf77 Background Color

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

This div background color is #e1cf77


#e1cf77 Border Color

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

This div border color is #e1cf77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cf77


Comments

No comments written yet.

Please login to write comment.