Color Hex Logo

#effc95 Color Hex

#EFFC95
(239,252,149)
0 Favorites   0 Comments

Color spaces of #effc95

RGB 239252149
HSL0.190.940.79
HSV68°41°99°
CMYK 0.050.000.41   0.01
XYZ75.831890.141541.8360
Yxy90.14150.36490.4338
Hunter Lab94.9429-23.580340.3342
CIE-Lab96.0554-19.257847.8005

#effc95 color RGB value is (239,252,149).

#effc95 hex color red value is 239, green value is 252 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #effc95 hue: 0.19 , saturation: 0.94 and the lightness value of effc95 is 0.79.

The process color (four color CMYK) of #effc95 color hex is 0.05, 0.00, 0.41, 0.01. Web safe color of #effc95 is #ffff99. Color #effc95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 10010101
Octal 357 374 225
Decimal 239 252 149
Hex EF FC 95

RGB Percentages of Color #effc95

%37.34
%39.38
%23.28

CMYK Percentages of Color #effc95

%5
%0
%41
%1

Triadic Colors of #effc95

#effc95 #95effc #fc95ef

Analogous Colors of #effc95

#effc95 #bcfc95 #fcd695

Monochromatic Colors of #effc95

#effc95

Complementary Color

#effc95 #a295fc

#effc95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effc95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effc95 Color CSS Codes

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

#effc95 Text Font Color

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

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


#effc95 Background Color

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

This div background color is #effc95


#effc95 Border Color

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

This div border color is #effc95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effc95


Comments

No comments written yet.

Please login to write comment.