Color Hex Logo

#e1fcba Color Hex

#E1FCBA
(225,252,186)
0 Favorites   0 Comments

Color spaces of #e1fcba

RGB 225252186
HSL0.230.920.86
HSV85°26°99°
CMYK 0.110.000.26   0.01
XYZ74.724789.173559.7282
Yxy89.17350.33410.3988
Hunter Lab94.4317-24.006828.6012
CIE-Lab95.6529-19.790528.7844

#e1fcba color RGB value is (225,252,186).

#e1fcba hex color red value is 225, green value is 252 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e1fcba hue: 0.23 , saturation: 0.92 and the lightness value of e1fcba is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111100 10111010
Octal 341 374 272
Decimal 225 252 186
Hex E1 FC BA

RGB Percentages of Color #e1fcba

%33.94
%38.01
%28.05

CMYK Percentages of Color #e1fcba

%11
%0
%26
%1

Triadic Colors of #e1fcba

#e1fcba #bae1fc #fcbae1

Analogous Colors of #e1fcba

#e1fcba #c0fcba #fcf6ba

Monochromatic Colors of #e1fcba

#e1fcba

Complementary Color

#e1fcba #d5bafc

#e1fcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1fcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1fcba Color CSS Codes

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

#e1fcba Text Font Color

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

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


#e1fcba Background Color

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

This div background color is #e1fcba


#e1fcba Border Color

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

This div border color is #e1fcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1fcba


Comments

No comments written yet.

Please login to write comment.