Color Hex Logo

#effe98 Color Hex

#EFFE98
(239,254,152)
0 Favorites   0 Comments

Color spaces of #effe98

RGB 239254152
HSL0.190.980.80
HSV69°40°100°
CMYK 0.060.000.40   0.00
XYZ76.705991.501343.3245
Yxy91.50130.36260.4326
Hunter Lab95.6563-24.261140.1059
CIE-Lab96.6161-19.899447.0628

#effe98 color RGB value is (239,254,152).

#effe98 hex color red value is 239, green value is 254 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #effe98 hue: 0.19 , saturation: 0.98 and the lightness value of effe98 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 10011000
Octal 357 376 230
Decimal 239 254 152
Hex EF FE 98

RGB Percentages of Color #effe98

%37.05
%39.38
%23.57

CMYK Percentages of Color #effe98

%6
%0
%40
%0

Triadic Colors of #effe98

#effe98 #98effe #fe98ef

Analogous Colors of #effe98

#effe98 #bcfe98 #feda98

Monochromatic Colors of #effe98

#effe98

Complementary Color

#effe98 #a798fe

#effe98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effe98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effe98 Color CSS Codes

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

#effe98 Text Font Color

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

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


#effe98 Background Color

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

This div background color is #effe98


#effe98 Border Color

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

This div border color is #effe98


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,254,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #effe98; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #effe98;
  -webkit-box-shadow: 1px 1px 3px 2px #effe98;
  box-shadow:         1px 1px 3px 2px #effe98; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,254,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effe98


Comments

No comments written yet.

Please login to write comment.