Color Hex Logo

#effaad Color Hex

#EFFAAD
(239,250,173)
0 Favorites   0 Comments

Color spaces of #effaad

RGB 239250173
HSL0.190.890.83
HSV69°31°98°
CMYK 0.040.000.31   0.02
XYZ77.325089.739152.7811
Yxy89.73910.35170.4082
Hunter Lab94.7307-20.076233.2769
CIE-Lab95.8884-15.514035.8015

#effaad color RGB value is (239,250,173).

#effaad hex color red value is 239, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #effaad hue: 0.19 , saturation: 0.89 and the lightness value of effaad is 0.83.

The process color (four color CMYK) of #effaad color hex is 0.04, 0.00, 0.31, 0.02. Web safe color of #effaad is #ffff99. Color #effaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 10101101
Octal 357 372 255
Decimal 239 250 173
Hex EF FA AD

RGB Percentages of Color #effaad

%36.10
%37.76
%26.13

CMYK Percentages of Color #effaad

%4
%0
%31
%2

Triadic Colors of #effaad

#effaad #adeffa #faadef

Analogous Colors of #effaad

#effaad #c9faad #fadfad

Monochromatic Colors of #effaad

#effaad

Complementary Color

#effaad #b8adfa

#effaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#effaad Color CSS Codes

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

#effaad Text Font Color

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

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


#effaad Background Color

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

This div background color is #effaad


#effaad Border Color

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

This div border color is #effaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effaad


Comments

No comments written yet.

Please login to write comment.