Color Hex Logo

#e2fcaf Color Hex

#E2FCAF
(226,252,175)
0 Favorites   0 Comments

Color spaces of #e2fcaf

RGB 226252175
HSL0.220.930.84
HSV80°31°99°
CMYK 0.100.000.31   0.01
XYZ73.912388.884753.8183
Yxy88.88470.34120.4103
Hunter Lab94.2787-25.047832.1498
CIE-Lab95.5322-20.948934.1649

#e2fcaf color RGB value is (226,252,175).

#e2fcaf hex color red value is 226, green value is 252 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e2fcaf hue: 0.22 , saturation: 0.93 and the lightness value of e2fcaf is 0.84.

The process color (four color CMYK) of #e2fcaf color hex is 0.10, 0.00, 0.31, 0.01. Web safe color of #e2fcaf is #ccff99. Color #e2fcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111100 10101111
Octal 342 374 257
Decimal 226 252 175
Hex E2 FC AF

RGB Percentages of Color #e2fcaf

%34.61
%38.59
%26.80

CMYK Percentages of Color #e2fcaf

%10
%0
%31
%1

Triadic Colors of #e2fcaf

#e2fcaf #afe2fc #fcafe2

Analogous Colors of #e2fcaf

#e2fcaf #bcfcaf #fcf0af

Monochromatic Colors of #e2fcaf

#e2fcaf

Complementary Color

#e2fcaf #c9affc

#e2fcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fcaf Color CSS Codes

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

#e2fcaf Text Font Color

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

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


#e2fcaf Background Color

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

This div background color is #e2fcaf


#e2fcaf Border Color

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

This div border color is #e2fcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fcaf

Related Colors


Comments

No comments written yet.

Please login to write comment.