Color Hex Logo

#e0fbe5 Color Hex

#E0FBE5
(224,251,229)
0 Favorites   0 Comments

Color spaces of #e0fbe5

RGB 224251229
HSL0.360.770.93
HSV131°11°98°
CMYK 0.110.000.09   0.02
XYZ79.380590.498887.4130
Yxy90.49880.30850.3517
Hunter Lab95.1309-17.532412.1117
CIE-Lab96.2033-12.77127.5728

#e0fbe5 color RGB value is (224,251,229).

#e0fbe5 hex color red value is 224, green value is 251 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #e0fbe5 hue: 0.36 , saturation: 0.77 and the lightness value of e0fbe5 is 0.93.

The process color (four color CMYK) of #e0fbe5 color hex is 0.11, 0.00, 0.09, 0.02. Web safe color of #e0fbe5 is #ccffcc. Color #e0fbe5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111011 11100101
Octal 340 373 345
Decimal 224 251 229
Hex E0 FB E5

RGB Percentages of Color #e0fbe5

%31.82
%35.65
%32.53

CMYK Percentages of Color #e0fbe5

%11
%0
%9
%2

Triadic Colors of #e0fbe5

#e0fbe5 #e5e0fb #fbe5e0

Analogous Colors of #e0fbe5

#e0fbe5 #e0fbf3 #e9fbe0

Monochromatic Colors of #e0fbe5

#e0fbe5

Complementary Color

#e0fbe5 #fbe0f6

#e0fbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0fbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0fbe5 Color CSS Codes

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

#e0fbe5 Text Font Color

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

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


#e0fbe5 Background Color

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

This div background color is #e0fbe5


#e0fbe5 Border Color

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

This div border color is #e0fbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0fbe5


Comments

No comments written yet.

Please login to write comment.