Color Hex Logo

#effdd8 Color Hex

#EFFDD8
(239,253,216)
0 Favorites   0 Comments

Color spaces of #effdd8

RGB 239253216
HSL0.230.900.92
HSV83°15°99°
CMYK 0.060.000.15   0.01
XYZ83.116693.559178.6438
Yxy93.55910.32550.3664
Hunter Lab96.7260-15.885419.5020
CIE-Lab97.4540-10.888216.1654

#effdd8 color RGB value is (239,253,216).

#effdd8 hex color red value is 239, green value is 253 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #effdd8 hue: 0.23 , saturation: 0.90 and the lightness value of effdd8 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111101 11011000
Octal 357 375 330
Decimal 239 253 216
Hex EF FD D8

RGB Percentages of Color #effdd8

%33.76
%35.73
%30.51

CMYK Percentages of Color #effdd8

%6
%0
%15
%1

Triadic Colors of #effdd8

#effdd8 #d8effd #fdd8ef

Analogous Colors of #effdd8

#effdd8 #ddfdd8 #fdf9d8

Monochromatic Colors of #effdd8

#effdd8

Complementary Color

#effdd8 #e6d8fd

#effdd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effdd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effdd8 Color CSS Codes

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

#effdd8 Text Font Color

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

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


#effdd8 Background Color

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

This div background color is #effdd8


#effdd8 Border Color

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

This div border color is #effdd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effdd8

Related Colors


Comments

No comments written yet.

Please login to write comment.