Color Hex Logo

#eef215 Color Hex

#EEF215
(238,242,21)
0 Favorites   0 Comments

Color spaces of #eef215

RGB 23824221
HSL0.170.890.52
HSV61°91°95°
CMYK 0.020.000.91   0.05
XYZ67.147481.735512.9470
Yxy81.73550.41490.5051
Hunter Lab90.4077-25.638354.7946
CIE-Lab92.4580-22.176788.6484

#eef215 color RGB value is (238,242,21).

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

The process color (four color CMYK) of #eef215 color hex is 0.02, 0.00, 0.91, 0.05. Web safe color of #eef215 is #ffff00. Color #eef215 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110010 00010101
Octal 356 362 25
Decimal 238 242 21
Hex EE F2 15

RGB Percentages of Color #eef215

%47.50
%48.30
%4.19

CMYK Percentages of Color #eef215

%2
%0
%91
%5

Triadic Colors of #eef215

#eef215 #15eef2 #f215ee

Analogous Colors of #eef215

#eef215 #80f215 #f28815

Monochromatic Colors of #eef215

#eef215

Complementary Color

#eef215 #1915f2

#eef215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef215 Color CSS Codes

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

#eef215 Text Font Color

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

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


#eef215 Background Color

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

This div background color is #eef215


#eef215 Border Color

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

This div border color is #eef215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef215


Comments

No comments written yet.

Please login to write comment.