Color Hex Logo

#effed4 Color Hex

#EFFED4
(239,254,212)
0 Favorites   0 Comments

Color spaces of #effed4

RGB 239254212
HSL0.230.950.91
HSV81°17°100°
CMYK 0.060.000.17   0.00
XYZ82.922193.987876.0584
Yxy93.98780.32780.3715
Hunter Lab96.9473-16.981121.3481
CIE-Lab97.6271-12.007318.4521

#effed4 color RGB value is (239,254,212).

#effed4 hex color red value is 239, green value is 254 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #effed4 hue: 0.23 , saturation: 0.95 and the lightness value of effed4 is 0.91.

The process color (four color CMYK) of #effed4 color hex is 0.06, 0.00, 0.17, 0.00. Web safe color of #effed4 is #ffffcc. Color #effed4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 11010100
Octal 357 376 324
Decimal 239 254 212
Hex EF FE D4

RGB Percentages of Color #effed4

%33.90
%36.03
%30.07

CMYK Percentages of Color #effed4

%6
%0
%17
%0

Triadic Colors of #effed4

#effed4 #d4effe #fed4ef

Analogous Colors of #effed4

#effed4 #dafed4 #fef8d4

Monochromatic Colors of #effed4

#effed4

Complementary Color

#effed4 #e3d4fe

#effed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effed4 Color CSS Codes

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

#effed4 Text Font Color

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

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


#effed4 Background Color

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

This div background color is #effed4


#effed4 Border Color

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

This div border color is #effed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effed4

Related Colors


Comments

No comments written yet.

Please login to write comment.