Color Hex Logo

#e2fcba Color Hex

#E2FCBA
(226,252,186)
0 Favorites   0 Comments

Color spaces of #e2fcba

RGB 226252186
HSL0.230.920.86
HSV84°26°99°
CMYK 0.100.000.26   0.01
XYZ75.037489.334759.7428
Yxy89.33470.33480.3986
Hunter Lab94.5170-23.693028.6856
CIE-Lab95.7201-19.437528.8870

#e2fcba color RGB value is (226,252,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111100 10111010
Octal 342 374 272
Decimal 226 252 186
Hex E2 FC BA

RGB Percentages of Color #e2fcba

%34.04
%37.95
%28.01

CMYK Percentages of Color #e2fcba

%10
%0
%26
%1

Triadic Colors of #e2fcba

#e2fcba #bae2fc #fcbae2

Analogous Colors of #e2fcba

#e2fcba #c1fcba #fcf5ba

Monochromatic Colors of #e2fcba

#e2fcba

Complementary Color

#e2fcba #d4bafc

#e2fcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fcba Color CSS Codes

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

#e2fcba Text Font Color

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

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


#e2fcba Background Color

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

This div background color is #e2fcba


#e2fcba Border Color

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

This div border color is #e2fcba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,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 #e2fcba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fcba


Comments

No comments written yet.

Please login to write comment.