Color Hex Logo

#eff8dd Color Hex

#EFF8DD
(239,248,221)
0 Favorites   0 Comments

Color spaces of #eff8dd

RGB 239248221
HSL0.220.660.92
HSV80°11°97°
CMYK 0.040.000.11   0.03
XYZ82.215290.706081.5814
Yxy90.70600.32300.3564
Hunter Lab95.2397-12.580215.8806
CIE-Lab96.2889-7.600611.9494

#eff8dd color RGB value is (239,248,221).

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

The process color (four color CMYK) of #eff8dd color hex is 0.04, 0.00, 0.11, 0.03. Web safe color of #eff8dd is #ffffcc. Color #eff8dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111000 11011101
Octal 357 370 335
Decimal 239 248 221
Hex EF F8 DD

RGB Percentages of Color #eff8dd

%33.76
%35.03
%31.21

CMYK Percentages of Color #eff8dd

%4
%0
%11
%3

Triadic Colors of #eff8dd

#eff8dd #ddeff8 #f8ddef

Analogous Colors of #eff8dd

#eff8dd #e2f8dd #f8f4dd

Monochromatic Colors of #eff8dd

#eff8dd

Complementary Color

#eff8dd #e6ddf8

#eff8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff8dd Color CSS Codes

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

#eff8dd Text Font Color

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

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


#eff8dd Background Color

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

This div background color is #eff8dd


#eff8dd Border Color

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

This div border color is #eff8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff8dd


Comments

No comments written yet.

Please login to write comment.