Color Hex Logo

#eefba2 Color Hex

#EEFBA2
(238,251,162)
0 Favorites   0 Comments

Color spaces of #eefba2

RGB 238251162
HSL0.190.920.81
HSV69°35°98°
CMYK 0.050.000.35   0.02
XYZ76.278789.780147.4914
Yxy89.78010.35720.4204
Hunter Lab94.7524-22.118436.6096
CIE-Lab95.9055-17.702341.2651

#eefba2 color RGB value is (238,251,162).

#eefba2 hex color red value is 238, green value is 251 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #eefba2 hue: 0.19 , saturation: 0.92 and the lightness value of eefba2 is 0.81.

The process color (four color CMYK) of #eefba2 color hex is 0.05, 0.00, 0.35, 0.02. Web safe color of #eefba2 is #ffff99. Color #eefba2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 10100010
Octal 356 373 242
Decimal 238 251 162
Hex EE FB A2

RGB Percentages of Color #eefba2

%36.56
%38.56
%24.88

CMYK Percentages of Color #eefba2

%5
%0
%35
%2

Triadic Colors of #eefba2

#eefba2 #a2eefb #fba2ee

Analogous Colors of #eefba2

#eefba2 #c2fba2 #fbdca2

Monochromatic Colors of #eefba2

#eefba2

Complementary Color

#eefba2 #afa2fb

#eefba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefba2 Color CSS Codes

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

#eefba2 Text Font Color

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

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


#eefba2 Background Color

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

This div background color is #eefba2


#eefba2 Border Color

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

This div border color is #eefba2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,251,162, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eefba2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eefba2;
  -webkit-box-shadow: 1px 1px 3px 2px #eefba2;
  box-shadow:         1px 1px 3px 2px #eefba2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,251,162, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefba2

Related Colors


Comments

No comments written yet.

Please login to write comment.