Color Hex Logo

#eef274 Color Hex

#EEF274
(238,242,116)
0 Favorites   0 Comments

Color spaces of #eef274

RGB 238242116
HSL0.170.830.70
HSV62°52°95°
CMYK 0.020.000.52   0.05
XYZ70.164482.942428.8344
Yxy82.94240.38560.4559
Hunter Lab91.0727-21.857044.9792
CIE-Lab92.9892-17.894559.4784

#eef274 color RGB value is (238,242,116).

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

The process color (four color CMYK) of #eef274 color hex is 0.02, 0.00, 0.52, 0.05. Web safe color of #eef274 is #ffff66. Color #eef274 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110010 01110100
Octal 356 362 164
Decimal 238 242 116
Hex EE F2 74

RGB Percentages of Color #eef274

%39.93
%40.60
%19.46

CMYK Percentages of Color #eef274

%2
%0
%52
%5

Triadic Colors of #eef274

#eef274 #74eef2 #f274ee

Analogous Colors of #eef274

#eef274 #aff274 #f2b774

Monochromatic Colors of #eef274

#eef274

Complementary Color

#eef274 #7874f2

#eef274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef274 Color CSS Codes

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

#eef274 Text Font Color

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

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


#eef274 Background Color

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

This div background color is #eef274


#eef274 Border Color

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

This div border color is #eef274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef274


Comments

No comments written yet.

Please login to write comment.