Color Hex Logo

#e2f97b Color Hex

#E2F97B
(226,249,123)
0 Favorites   0 Comments

Color spaces of #e2f97b

RGB 226249123
HSL0.200.910.73
HSV71°51°98°
CMYK 0.090.000.51   0.02
XYZ68.814985.350231.5862
Yxy85.35020.37050.4595
Hunter Lab92.3852-28.714844.3986
CIE-Lab94.0338-25.313057.3172

#e2f97b color RGB value is (226,249,123).

#e2f97b hex color red value is 226, green value is 249 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #e2f97b hue: 0.20 , saturation: 0.91 and the lightness value of e2f97b is 0.73.

The process color (four color CMYK) of #e2f97b color hex is 0.09, 0.00, 0.51, 0.02. Web safe color of #e2f97b is #ccff66. Color #e2f97b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111001 01111011
Octal 342 371 173
Decimal 226 249 123
Hex E2 F9 7B

RGB Percentages of Color #e2f97b

%37.79
%41.64
%20.57

CMYK Percentages of Color #e2f97b

%9
%0
%51
%2

Triadic Colors of #e2f97b

#e2f97b #7be2f9 #f97be2

Analogous Colors of #e2f97b

#e2f97b #a3f97b #f9d17b

Monochromatic Colors of #e2f97b

#e2f97b

Complementary Color

#e2f97b #927bf9

#e2f97b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2f97b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2f97b Color CSS Codes

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

#e2f97b Text Font Color

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

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


#e2f97b Background Color

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

This div background color is #e2f97b


#e2f97b Border Color

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

This div border color is #e2f97b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2f97b


Comments

No comments written yet.

Please login to write comment.