color codes Logo

#e0fabf color codes

#E0FABF
(224,250,191)
0 Favorites   0 Comments

Color spaces of #e0fabf

RGB 224250191
HSL0.240.860.86
HSV86°24°98°
CMYK 0.100.000.24   0.02
XYZ74.330087.980162.3545
Yxy87.98010.33080.3916
Hunter Lab93.7977-22.693726.2438
CIE-Lab95.1526-18.447925.5565

#e0fabf color RGB value is (224,250,191).

#e0fabf hex color red value is 224, green value is 250 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e0fabf hue: 0.24 , saturation: 0.86 and the lightness value of e0fabf is 0.86.

The process color (four color CMYK) of #e0fabf color code is 0.10, 0.00, 0.24, 0.02. Web safe color of #e0fabf is #ccffcc. Color #e0fabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111010 10111111
Octal 340 372 277
Decimal 224 250 191
Hex E0 FA BF

RGB Percentages of Color #e0fabf

%33.68
%37.59
%28.72

CMYK Percentages of Color #e0fabf

%10
%0
%24
%2

Triadic Colors of #e0fabf

#e0fabf #bfe0fa #fabfe0

Analogous Colors of #e0fabf

#e0fabf #c3fabf #faf7bf

Monochromatic Colors of #e0fabf

#e0fabf

Complementary Color

#e0fabf #d9bffa

#e0fabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0fabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0fabf Color CSS Codes

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

#e0fabf Text Font Color

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

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


#e0fabf Background Color

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

This div background color is #e0fabf


#e0fabf Border Color

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

This div border color is #e0fabf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,250,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0fabf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0fabf;
  -webkit-box-shadow: 1px 1px 3px 2px #e0fabf;
  box-shadow:         1px 1px 3px 2px #e0fabf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,250,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0fabf

Related Colors


Comments

No comments written yet.

Please login to write comment.