Color Hex Logo

#effedd Color Hex

#EFFEDD
(239,254,221)
0 Favorites   0 Comments

Color spaces of #effedd

RGB 239254221
HSL0.240.940.93
HSV87°13°100°
CMYK 0.060.000.13   0.00
XYZ84.089694.454882.2062
Yxy94.45480.32250.3622
Hunter Lab97.1879-15.635717.8811
CIE-Lab97.8150-10.585314.1181

#effedd color RGB value is (239,254,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 11011101
Octal 357 376 335
Decimal 239 254 221
Hex EF FE DD

RGB Percentages of Color #effedd

%33.47
%35.57
%30.95

CMYK Percentages of Color #effedd

%6
%0
%13
%0

Triadic Colors of #effedd

#effedd #ddeffe #feddef

Analogous Colors of #effedd

#effedd #dffedd #fefddd

Monochromatic Colors of #effedd

#effedd

Complementary Color

#effedd #ecddfe

#effedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#effedd Color CSS Codes

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

#effedd Text Font Color

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

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


#effedd Background Color

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

This div background color is #effedd


#effedd Border Color

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

This div border color is #effedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effedd

Related Colors


Comments

No comments written yet.

Please login to write comment.