Color Hex Logo

#eef355 Color Hex

#EEF355
(238,243,85)
0 Favorites   0 Comments

Color spaces of #eef355

RGB 23824385
HSL0.170.870.64
HSV62°65°95°
CMYK 0.020.000.65   0.05
XYZ68.950282.934220.9682
Yxy82.93420.39890.4798
Hunter Lab91.0682-24.222250.0964
CIE-Lab92.9856-20.500872.4111

#eef355 color RGB value is (238,243,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110011 01010101
Octal 356 363 125
Decimal 238 243 85
Hex EE F3 55

RGB Percentages of Color #eef355

%42.05
%42.93
%15.02

CMYK Percentages of Color #eef355

%2
%0
%65
%5

Triadic Colors of #eef355

#eef355 #55eef3 #f355ee

Analogous Colors of #eef355

#eef355 #9ff355 #f3a955

Monochromatic Colors of #eef355

#eef355

Complementary Color

#eef355 #5a55f3

#eef355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef355 Color CSS Codes

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

#eef355 Text Font Color

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

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


#eef355 Background Color

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

This div background color is #eef355


#eef355 Border Color

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

This div border color is #eef355


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,243,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 #eef355">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef355


Comments

No comments written yet.

Please login to write comment.