Color Hex Logo

#efffdd Color Hex

#EFFFDD
(239,255,221)
0 Favorites   0 Comments

Color spaces of #efffdd

RGB 239255221
HSL0.251.000.93
HSV88°13°100°
CMYK 0.060.000.13   0.00
XYZ84.407795.091282.3123
Yxy95.09120.32240.3632
Hunter Lab97.5147-16.143118.2135
CIE-Lab98.0700-11.080214.4795

#efffdd color RGB value is (239,255,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 11011101
Octal 357 377 335
Decimal 239 255 221
Hex EF FF DD

RGB Percentages of Color #efffdd

%33.43
%35.66
%30.91

CMYK Percentages of Color #efffdd

%6
%0
%13
%0

Triadic Colors of #efffdd

#efffdd #ddefff #ffddef

Analogous Colors of #efffdd

#efffdd #deffdd #fffedd

Monochromatic Colors of #efffdd

#efffdd

Complementary Color

#efffdd #edddff

#efffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efffdd Color CSS Codes

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

#efffdd Text Font Color

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

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


#efffdd Background Color

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

This div background color is #efffdd


#efffdd Border Color

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

This div border color is #efffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efffdd

#efffdd Color Palettes


Comments

No comments written yet.

Please login to write comment.