Color Hex Logo

#eefbde Color Hex

#EEFBDE
(238,251,222)
0 Favorites   0 Comments

Color spaces of #eefbde

RGB 238251222
HSL0.240.780.93
HSV87°12°98°
CMYK 0.050.000.12   0.02
XYZ82.941992.445482.5795
Yxy92.44540.32150.3584
Hunter Lab96.1485-14.278116.3813
CIE-Lab97.0021-9.275312.4413

#eefbde color RGB value is (238,251,222).

#eefbde hex color red value is 238, green value is 251 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eefbde hue: 0.24 , saturation: 0.78 and the lightness value of eefbde is 0.93.

The process color (four color CMYK) of #eefbde color hex is 0.05, 0.00, 0.12, 0.02. Web safe color of #eefbde is #ffffcc. Color #eefbde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 11011110
Octal 356 373 336
Decimal 238 251 222
Hex EE FB DE

RGB Percentages of Color #eefbde

%33.47
%35.30
%31.22

CMYK Percentages of Color #eefbde

%5
%0
%12
%2

Triadic Colors of #eefbde

#eefbde #deeefb #fbdeee

Analogous Colors of #eefbde

#eefbde #e0fbde #fbfade

Monochromatic Colors of #eefbde

#eefbde

Complementary Color

#eefbde #ebdefb

#eefbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefbde Color CSS Codes

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

#eefbde Text Font Color

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

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


#eefbde Background Color

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

This div background color is #eefbde


#eefbde Border Color

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

This div border color is #eefbde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,251,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eefbde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eefbde;
  -webkit-box-shadow: 1px 1px 3px 2px #eefbde;
  box-shadow:         1px 1px 3px 2px #eefbde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,251,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefbde


Comments

No comments written yet.

Please login to write comment.