Color Hex Logo

#effad9 Color Hex

#EFFAD9
(239,250,217)
0 Favorites   0 Comments

Color spaces of #effad9

RGB 239250217
HSL0.220.770.92
HSV80°13°98°
CMYK 0.040.000.13   0.02
XYZ82.306691.731779.0136
Yxy91.73170.32530.3625
Hunter Lab95.7767-14.213518.1307
CIE-Lab96.7105-9.241714.6026

#effad9 color RGB value is (239,250,217).

#effad9 hex color red value is 239, green value is 250 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #effad9 hue: 0.22 , saturation: 0.77 and the lightness value of effad9 is 0.92.

The process color (four color CMYK) of #effad9 color hex is 0.04, 0.00, 0.13, 0.02. Web safe color of #effad9 is #ffffcc. Color #effad9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11011001
Octal 357 372 331
Decimal 239 250 217
Hex EF FA D9

RGB Percentages of Color #effad9

%33.85
%35.41
%30.74

CMYK Percentages of Color #effad9

%4
%0
%13
%2

Triadic Colors of #effad9

#effad9 #d9effa #fad9ef

Analogous Colors of #effad9

#effad9 #dffad9 #faf5d9

Monochromatic Colors of #effad9

#effad9

Complementary Color

#effad9 #e4d9fa

#effad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effad9 Color CSS Codes

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

#effad9 Text Font Color

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

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


#effad9 Background Color

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

This div background color is #effad9


#effad9 Border Color

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

This div border color is #effad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effad9


Comments

No comments written yet.

Please login to write comment.