Color Hex Logo

#eeffdb Color Hex

#EEFFDB
(238,255,219)
0 Favorites   0 Comments

Color spaces of #eeffdb

RGB 238255219
HSL0.251.000.93
HSV88°14°100°
CMYK 0.070.000.14   0.00
XYZ83.806194.811680.9013
Yxy94.81160.32290.3653
Hunter Lab97.3712-16.767218.8985
CIE-Lab97.9581-11.742315.3336

#eeffdb color RGB value is (238,255,219).

#eeffdb hex color red value is 238, green value is 255 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eeffdb hue: 0.25 , saturation: 1.00 and the lightness value of eeffdb is 0.93.

The process color (four color CMYK) of #eeffdb color hex is 0.07, 0.00, 0.14, 0.00. Web safe color of #eeffdb is #ffffcc. Color #eeffdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111111 11011011
Octal 356 377 333
Decimal 238 255 219
Hex EE FF DB

RGB Percentages of Color #eeffdb

%33.43
%35.81
%30.76

CMYK Percentages of Color #eeffdb

%7
%0
%14
%0

Triadic Colors of #eeffdb

#eeffdb #dbeeff #ffdbee

Analogous Colors of #eeffdb

#eeffdb #dcffdb #fffedb

Monochromatic Colors of #eeffdb

#eeffdb

Complementary Color

#eeffdb #ecdbff

#eeffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeffdb Color CSS Codes

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

#eeffdb Text Font Color

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

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


#eeffdb Background Color

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

This div background color is #eeffdb


#eeffdb Border Color

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

This div border color is #eeffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeffdb

Related Colors


Comments

No comments written yet.

Please login to write comment.