Color Hex Logo

#e2fcda Color Hex

#E2FCDA
(226,252,218)
0 Favorites   0 Comments

Color spaces of #e2fcda

RGB 226252218
HSL0.290.850.92
HSV106°13°99°
CMYK 0.100.000.13   0.01
XYZ78.829390.851579.7110
Yxy90.85150.31610.3643
Hunter Lab95.3161-19.178117.1381
CIE-Lab96.3489-14.491113.4518

#e2fcda color RGB value is (226,252,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111100 11011010
Octal 342 374 332
Decimal 226 252 218
Hex E2 FC DA

RGB Percentages of Color #e2fcda

%32.47
%36.21
%31.32

CMYK Percentages of Color #e2fcda

%10
%0
%13
%1

Triadic Colors of #e2fcda

#e2fcda #dae2fc #fcdae2

Analogous Colors of #e2fcda

#e2fcda #dafce3 #f3fcda

Monochromatic Colors of #e2fcda

#e2fcda

Complementary Color

#e2fcda #f4dafc

#e2fcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fcda Color CSS Codes

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

#e2fcda Text Font Color

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

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


#e2fcda Background Color

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

This div background color is #e2fcda


#e2fcda Border Color

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

This div border color is #e2fcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fcda


Comments

No comments written yet.

Please login to write comment.