Color Hex Logo

#effc94 Color Hex

#EFFC94
(239,252,148)
0 Favorites   0 Comments

Color spaces of #effc94

RGB 239252148
HSL0.190.950.78
HSV68°41°99°
CMYK 0.050.000.41   0.01
XYZ75.752390.109641.4173
Yxy90.10960.36550.4347
Hunter Lab94.9261-23.675240.5794
CIE-Lab96.0422-19.362948.2644

#effc94 color RGB value is (239,252,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 10010100
Octal 357 374 224
Decimal 239 252 148
Hex EF FC 94

RGB Percentages of Color #effc94

%37.40
%39.44
%23.16

CMYK Percentages of Color #effc94

%5
%0
%41
%1

Triadic Colors of #effc94

#effc94 #94effc #fc94ef

Analogous Colors of #effc94

#effc94 #bbfc94 #fcd594

Monochromatic Colors of #effc94

#effc94

Complementary Color

#effc94 #a194fc

#effc94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effc94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effc94 Color CSS Codes

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

#effc94 Text Font Color

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

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


#effc94 Background Color

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

This div background color is #effc94


#effc94 Border Color

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

This div border color is #effc94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effc94

Related Colors


Comments

No comments written yet.

Please login to write comment.