Color Hex Logo

#eef292 Color Hex

#EEF292
(238,242,146)
0 Favorites   0 Comments

Color spaces of #eef292

RGB 238242146
HSL0.170.790.76
HSV63°40°95°
CMYK 0.020.000.40   0.05
XYZ72.200383.756739.5554
Yxy83.75670.36930.4284
Hunter Lab91.5187-19.336738.4373
CIE-Lab93.3447-15.097845.8184

#eef292 color RGB value is (238,242,146).

#eef292 hex color red value is 238, green value is 242 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #eef292 hue: 0.17 , saturation: 0.79 and the lightness value of eef292 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110010 10010010
Octal 356 362 222
Decimal 238 242 146
Hex EE F2 92

RGB Percentages of Color #eef292

%38.02
%38.66
%23.32

CMYK Percentages of Color #eef292

%2
%0
%40
%5

Triadic Colors of #eef292

#eef292 #92eef2 #f292ee

Analogous Colors of #eef292

#eef292 #bef292 #f2c692

Monochromatic Colors of #eef292

#eef292

Complementary Color

#eef292 #9692f2

#eef292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef292 Color CSS Codes

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

#eef292 Text Font Color

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

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


#eef292 Background Color

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

This div background color is #eef292


#eef292 Border Color

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

This div border color is #eef292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef292


Comments

No comments written yet.

Please login to write comment.