Color Hex Logo

#e2fdd5 Color Hex

#E2FDD5
(226,253,213)
0 Favorites   0 Comments

Color spaces of #e2fdd5

RGB 226253213
HSL0.280.910.91
HSV101°16°99°
CMYK 0.110.000.16   0.01
XYZ78.499691.223476.4213
Yxy91.22340.31890.3706
Hunter Lab95.5109-20.436619.4179
CIE-Lab96.5020-15.806816.2304

#e2fdd5 color RGB value is (226,253,213).

#e2fdd5 hex color red value is 226, green value is 253 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #e2fdd5 hue: 0.28 , saturation: 0.91 and the lightness value of e2fdd5 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111101 11010101
Octal 342 375 325
Decimal 226 253 213
Hex E2 FD D5

RGB Percentages of Color #e2fdd5

%32.66
%36.56
%30.78

CMYK Percentages of Color #e2fdd5

%11
%0
%16
%1

Triadic Colors of #e2fdd5

#e2fdd5 #d5e2fd #fdd5e2

Analogous Colors of #e2fdd5

#e2fdd5 #d5fddc #f6fdd5

Monochromatic Colors of #e2fdd5

#e2fdd5

Complementary Color

#e2fdd5 #f0d5fd

#e2fdd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fdd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fdd5 Color CSS Codes

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

#e2fdd5 Text Font Color

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

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


#e2fdd5 Background Color

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

This div background color is #e2fdd5


#e2fdd5 Border Color

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

This div border color is #e2fdd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fdd5

Related Colors


Comments

No comments written yet.

Please login to write comment.