Color Hex Logo

#efffad Color Hex

#EFFFAD
(239,255,173)
0 Favorites   0 Comments

Color spaces of #efffad

RGB 239255173
HSL0.201.000.84
HSV72°32°100°
CMYK 0.060.000.32   0.00
XYZ78.899492.887953.3059
Yxy92.88790.35050.4127
Hunter Lab96.3784-22.534534.6722
CIE-Lab97.1821-17.943437.5129

#efffad color RGB value is (239,255,173).

#efffad hex color red value is 239, green value is 255 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #efffad hue: 0.20 , saturation: 1.00 and the lightness value of efffad is 0.84.

The process color (four color CMYK) of #efffad color hex is 0.06, 0.00, 0.32, 0.00. Web safe color of #efffad is #ffff99. Color #efffad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 10101101
Octal 357 377 255
Decimal 239 255 173
Hex EF FF AD

RGB Percentages of Color #efffad

%35.83
%38.23
%25.94

CMYK Percentages of Color #efffad

%6
%0
%32
%0

Triadic Colors of #efffad

#efffad #adefff #ffadef

Analogous Colors of #efffad

#efffad #c6ffad #ffe6ad

Monochromatic Colors of #efffad

#efffad

Complementary Color

#efffad #bdadff

#efffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efffad Color CSS Codes

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

#efffad Text Font Color

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

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


#efffad Background Color

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

This div background color is #efffad


#efffad Border Color

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

This div border color is #efffad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,255,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 #efffad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efffad

#efffad Color Palettes


Comments

No comments written yet.

Please login to write comment.