Color Hex Logo

#e7fdda Color Hex

#E7FDDA
(231,253,218)
0 Favorites   0 Comments

Color spaces of #e7fdda

RGB 231253218
HSL0.270.900.92
HSV98°14°99°
CMYK 0.090.000.14   0.01
XYZ80.735292.301479.8904
Yxy92.30140.31920.3649
Hunter Lab96.0736-18.126817.9487
CIE-Lab96.9434-13.297814.3417

#e7fdda color RGB value is (231,253,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11111101 11011010
Octal 347 375 332
Decimal 231 253 218
Hex E7 FD DA

RGB Percentages of Color #e7fdda

%32.91
%36.04
%31.05

CMYK Percentages of Color #e7fdda

%9
%0
%14
%1

Triadic Colors of #e7fdda

#e7fdda #dae7fd #fddae7

Analogous Colors of #e7fdda

#e7fdda #dafddf #f9fdda

Monochromatic Colors of #e7fdda

#e7fdda

Complementary Color

#e7fdda #f0dafd

#e7fdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7fdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7fdda Color CSS Codes

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

#e7fdda Text Font Color

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

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


#e7fdda Background Color

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

This div background color is #e7fdda


#e7fdda Border Color

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

This div border color is #e7fdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7fdda


Comments

No comments written yet.

Please login to write comment.