Color Hex Logo

#eefbda Color Hex

#EEFBDA
(238,251,218)
0 Favorites   0 Comments

Color spaces of #eefbda

RGB 238251218
HSL0.230.800.92
HSV84°13°98°
CMYK 0.050.000.13   0.02
XYZ82.412092.233579.7889
Yxy92.23350.32390.3625
Hunter Lab96.0383-14.893217.9685
CIE-Lab96.9157-9.922614.3704

#eefbda color RGB value is (238,251,218).

#eefbda hex color red value is 238, green value is 251 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eefbda hue: 0.23 , saturation: 0.80 and the lightness value of eefbda is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 11011010
Octal 356 373 332
Decimal 238 251 218
Hex EE FB DA

RGB Percentages of Color #eefbda

%33.66
%35.50
%30.83

CMYK Percentages of Color #eefbda

%5
%0
%13
%2

Triadic Colors of #eefbda

#eefbda #daeefb #fbdaee

Analogous Colors of #eefbda

#eefbda #defbda #fbf8da

Monochromatic Colors of #eefbda

#eefbda

Complementary Color

#eefbda #e7dafb

#eefbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefbda Color CSS Codes

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

#eefbda Text Font Color

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

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


#eefbda Background Color

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

This div background color is #eefbda


#eefbda Border Color

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

This div border color is #eefbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefbda

Related Colors


Comments

No comments written yet.

Please login to write comment.