Color Hex Logo

#effdc4 Color Hex

#EFFDC4
(239,253,196)
0 Favorites   0 Comments

Color spaces of #effdc4

RGB 239253196
HSL0.210.930.88
HSV75°23°99°
CMYK 0.060.000.23   0.01
XYZ80.685792.586865.8430
Yxy92.58680.33740.3872
Hunter Lab96.2220-18.709826.7843
CIE-Lab97.0597-13.895825.8034

#effdc4 color RGB value is (239,253,196).

#effdc4 hex color red value is 239, green value is 253 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #effdc4 hue: 0.21 , saturation: 0.93 and the lightness value of effdc4 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 11000100
Octal 357 375 304
Decimal 239 253 196
Hex EF FD C4

RGB Percentages of Color #effdc4

%34.74
%36.77
%28.49

CMYK Percentages of Color #effdc4

%6
%0
%23
%1

Triadic Colors of #effdc4

#effdc4 #c4effd #fdc4ef

Analogous Colors of #effdc4

#effdc4 #d3fdc4 #fdefc4

Monochromatic Colors of #effdc4

#effdc4

Complementary Color

#effdc4 #d2c4fd

#effdc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effdc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effdc4 Color CSS Codes

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

#effdc4 Text Font Color

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

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


#effdc4 Background Color

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

This div background color is #effdc4


#effdc4 Border Color

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

This div border color is #effdc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effdc4


Comments

No comments written yet.

Please login to write comment.