Color Hex Logo

#eefbdf Color Hex

#EEFBDF
(238,251,223)
0 Favorites   0 Comments

Color spaces of #eefbdf

RGB 238251223
HSL0.240.780.93
HSV88°11°98°
CMYK 0.050.000.11   0.02
XYZ83.076492.499283.2876
Yxy92.49920.32090.3573
Hunter Lab96.1765-14.122215.9792
CIE-Lab97.0240-9.111611.9592

#eefbdf color RGB value is (238,251,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 11011111
Octal 356 373 337
Decimal 238 251 223
Hex EE FB DF

RGB Percentages of Color #eefbdf

%33.43
%35.25
%31.32

CMYK Percentages of Color #eefbdf

%5
%0
%11
%2

Triadic Colors of #eefbdf

#eefbdf #dfeefb #fbdfee

Analogous Colors of #eefbdf

#eefbdf #e0fbdf #fbfadf

Monochromatic Colors of #eefbdf

#eefbdf

Complementary Color

#eefbdf #ecdffb

#eefbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefbdf Color CSS Codes

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

#eefbdf Text Font Color

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

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


#eefbdf Background Color

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

This div background color is #eefbdf


#eefbdf Border Color

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

This div border color is #eefbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefbdf

Related Colors


Comments

No comments written yet.

Please login to write comment.