Color Hex Logo

#e1ce60 Color Hex

#E1CE60
(225,206,96)
0 Favorites   0 Comments

Color spaces of #e1ce60

RGB 22520696
HSL0.140.680.63
HSV51°57°88°
CMYK 0.000.080.57   0.12
XYZ55.234060.994719.9283
Yxy60.99470.40570.4480
Hunter Lab78.0991-10.432939.5405
CIE-Lab82.3759-6.787556.0602

#e1ce60 color RGB value is (225,206,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001110 01100000
Octal 341 316 140
Decimal 225 206 96
Hex E1 CE 60

RGB Percentages of Color #e1ce60

%42.69
%39.09
%18.22

CMYK Percentages of Color #e1ce60

%0
%8
%57
%12

Triadic Colors of #e1ce60

#e1ce60 #60e1ce #ce60e1

Analogous Colors of #e1ce60

#e1ce60 #b4e160 #e18e60

Monochromatic Colors of #e1ce60

#e1ce60

Complementary Color

#e1ce60 #6073e1

#e1ce60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ce60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ce60 Color CSS Codes

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

#e1ce60 Text Font Color

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

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


#e1ce60 Background Color

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

This div background color is #e1ce60


#e1ce60 Border Color

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

This div border color is #e1ce60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ce60


Comments

No comments written yet.

Please login to write comment.