Color Hex Logo

#ffe18c Color Hex

#FFE18C
(255,225,140)
0 Favorites   0 Comments

Color spaces of #ffe18c

RGB 255225140
HSL0.121.000.77
HSV44°45°100°
CMYK 0.000.120.45   0.00
XYZ72.898877.003935.8320
Yxy77.00390.39250.4146
Hunter Lab87.7519-5.279137.2162
CIE-Lab90.3234-0.608445.2353

#ffe18c color RGB value is (255,225,140).

#ffe18c hex color red value is 255, green value is 225 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ffe18c hue: 0.12 , saturation: 1.00 and the lightness value of ffe18c is 0.77.

The process color (four color CMYK) of #ffe18c color hex is 0.00, 0.12, 0.45, 0.00. Web safe color of #ffe18c is #ffcc99. Color #ffe18c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 10001100
Octal 377 341 214
Decimal 255 225 140
Hex FF E1 8C

RGB Percentages of Color #ffe18c

%41.13
%36.29
%22.58

CMYK Percentages of Color #ffe18c

%0
%12
%45
%0

Triadic Colors of #ffe18c

#ffe18c #8cffe1 #e18cff

Analogous Colors of #ffe18c

#ffe18c #e4ff8c #ffa88c

Monochromatic Colors of #ffe18c

#ffe18c

Complementary Color

#ffe18c #8caaff

#ffe18c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe18c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe18c Color CSS Codes

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

#ffe18c Text Font Color

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

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


#ffe18c Background Color

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

This div background color is #ffe18c


#ffe18c Border Color

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

This div border color is #ffe18c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe18c


Comments

No comments written yet.

Please login to write comment.