Color Hex Logo

#eef055 Color Hex

#EEF055
(238,240,85)
0 Favorites   0 Comments

Color spaces of #eef055

RGB 23824085
HSL0.170.840.64
HSV61°65°94°
CMYK 0.010.000.65   0.06
XYZ68.059781.153220.6713
Yxy81.15320.40060.4777
Hunter Lab90.0851-22.791349.4546
CIE-Lab92.1998-19.056271.6040

#eef055 color RGB value is (238,240,85).

#eef055 hex color red value is 238, green value is 240 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #eef055 hue: 0.17 , saturation: 0.84 and the lightness value of eef055 is 0.64.

The process color (four color CMYK) of #eef055 color hex is 0.01, 0.00, 0.65, 0.06. Web safe color of #eef055 is #ffff66. Color #eef055 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110000 01010101
Octal 356 360 125
Decimal 238 240 85
Hex EE F0 55

RGB Percentages of Color #eef055

%42.27
%42.63
%15.10

CMYK Percentages of Color #eef055

%1
%0
%65
%6

Triadic Colors of #eef055

#eef055 #55eef0 #f055ee

Analogous Colors of #eef055

#eef055 #a1f055 #f0a555

Monochromatic Colors of #eef055

#eef055

Complementary Color

#eef055 #5755f0

#eef055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef055 Color CSS Codes

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

#eef055 Text Font Color

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

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


#eef055 Background Color

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

This div background color is #eef055


#eef055 Border Color

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

This div border color is #eef055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef055


Comments

No comments written yet.

Please login to write comment.