Color Hex Logo

#e9fdda Color Hex

#E9FDDA
(233,253,218)
0 Favorites   0 Comments

Color spaces of #e9fdda

RGB 233253218
HSL0.260.900.92
HSV94°14°99°
CMYK 0.080.000.14   0.01
XYZ81.384492.636279.9208
Yxy92.63620.32050.3648
Hunter Lab96.2477-17.498818.1410
CIE-Lab97.0798-12.619814.5540

#e9fdda color RGB value is (233,253,218).

#e9fdda hex color red value is 233, green value is 253 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e9fdda hue: 0.26 , saturation: 0.90 and the lightness value of e9fdda is 0.92.

The process color (four color CMYK) of #e9fdda color hex is 0.08, 0.00, 0.14, 0.01. Web safe color of #e9fdda is #ffffcc. Color #e9fdda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11111101 11011010
Octal 351 375 332
Decimal 233 253 218
Hex E9 FD DA

RGB Percentages of Color #e9fdda

%33.10
%35.94
%30.97

CMYK Percentages of Color #e9fdda

%8
%0
%14
%1

Triadic Colors of #e9fdda

#e9fdda #dae9fd #fddae9

Analogous Colors of #e9fdda

#e9fdda #dafddd #fbfdda

Monochromatic Colors of #e9fdda

#e9fdda

Complementary Color

#e9fdda #eedafd

#e9fdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9fdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9fdda Color CSS Codes

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

#e9fdda Text Font Color

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

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


#e9fdda Background Color

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

This div background color is #e9fdda


#e9fdda Border Color

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

This div border color is #e9fdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9fdda

Related Colors


Comments

No comments written yet.

Please login to write comment.