Color Hex Logo

#effadd Color Hex

#EFFADD
(239,250,221)
0 Favorites   0 Comments

Color spaces of #effadd

RGB 239250221
HSL0.230.740.92
HSV83°12°98°
CMYK 0.040.000.12   0.02
XYZ82.833491.942481.7875
Yxy91.94240.32290.3584
Hunter Lab95.8866-13.601016.5486
CIE-Lab96.7968-8.598712.6722

#effadd color RGB value is (239,250,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11011101
Octal 357 372 335
Decimal 239 250 221
Hex EF FA DD

RGB Percentages of Color #effadd

%33.66
%35.21
%31.13

CMYK Percentages of Color #effadd

%4
%0
%12
%2

Triadic Colors of #effadd

#effadd #ddeffa #faddef

Analogous Colors of #effadd

#effadd #e1fadd #faf7dd

Monochromatic Colors of #effadd

#effadd

Complementary Color

#effadd #e8ddfa

#effadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#effadd Color CSS Codes

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

#effadd Text Font Color

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

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


#effadd Background Color

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

This div background color is #effadd


#effadd Border Color

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

This div border color is #effadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effadd


Comments

No comments written yet.

Please login to write comment.