Color Hex Logo

#e5febc Color Hex

#E5FEBC
(229,254,188)
0 Favorites   0 Comments

Color spaces of #e5febc

RGB 229254188
HSL0.230.970.87
HSV83°26°100°
CMYK 0.100.000.26   0.00
XYZ76.832091.172561.1255
Yxy91.17250.33530.3979
Hunter Lab95.4843-23.466428.8837
CIE-Lab96.4810-19.062328.9454

#e5febc color RGB value is (229,254,188).

#e5febc hex color red value is 229, green value is 254 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e5febc hue: 0.23 , saturation: 0.97 and the lightness value of e5febc is 0.87.

The process color (four color CMYK) of #e5febc color hex is 0.10, 0.00, 0.26, 0.00. Web safe color of #e5febc is #ccffcc. Color #e5febc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111110 10111100
Octal 345 376 274
Decimal 229 254 188
Hex E5 FE BC

RGB Percentages of Color #e5febc

%34.13
%37.85
%28.02

CMYK Percentages of Color #e5febc

%10
%0
%26
%0

Triadic Colors of #e5febc

#e5febc #bce5fe #febce5

Analogous Colors of #e5febc

#e5febc #c4febc #fef6bc

Monochromatic Colors of #e5febc

#e5febc

Complementary Color

#e5febc #d5bcfe

#e5febc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5febc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5febc Color CSS Codes

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

#e5febc Text Font Color

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

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


#e5febc Background Color

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

This div background color is #e5febc


#e5febc Border Color

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

This div border color is #e5febc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5febc

Related Colors


Comments

No comments written yet.

Please login to write comment.