Color Hex Logo

#e2fdcd Color Hex

#E2FDCD
(226,253,205)
0 Favorites   0 Comments

Color spaces of #e2fdcd

RGB 226253205
HSL0.260.920.90
HSV94°19°99°
CMYK 0.110.000.19   0.01
XYZ77.508890.827171.2038
Yxy90.82710.32360.3792
Hunter Lab95.3033-21.609122.4150
CIE-Lab96.3388-17.085620.0897

#e2fdcd color RGB value is (226,253,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111101 11001101
Octal 342 375 315
Decimal 226 253 205
Hex E2 FD CD

RGB Percentages of Color #e2fdcd

%33.04
%36.99
%29.97

CMYK Percentages of Color #e2fdcd

%11
%0
%19
%1

Triadic Colors of #e2fdcd

#e2fdcd #cde2fd #fdcde2

Analogous Colors of #e2fdcd

#e2fdcd #cdfdd0 #fafdcd

Monochromatic Colors of #e2fdcd

#e2fdcd

Complementary Color

#e2fdcd #e8cdfd

#e2fdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fdcd Color CSS Codes

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

#e2fdcd Text Font Color

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

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


#e2fdcd Background Color

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

This div background color is #e2fdcd


#e2fdcd Border Color

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

This div border color is #e2fdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fdcd


Comments

No comments written yet.

Please login to write comment.