Color Hex Logo

#eefdeb Color Hex

#EEFDEB
(238,253,235)
0 Favorites   0 Comments

Color spaces of #eefdeb

RGB 238253235
HSL0.310.820.96
HSV110°99°
CMYK 0.060.000.07   0.01
XYZ85.380694.425992.3232
Yxy94.42590.31370.3470
Hunter Lab97.1730-13.214511.6902
CIE-Lab97.8033-8.09136.9143

#eefdeb color RGB value is (238,253,235).

#eefdeb hex color red value is 238, green value is 253 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eefdeb hue: 0.31 , saturation: 0.82 and the lightness value of eefdeb is 0.96.

The process color (four color CMYK) of #eefdeb color hex is 0.06, 0.00, 0.07, 0.01. Web safe color of #eefdeb is #ffffff. Color #eefdeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111101 11101011
Octal 356 375 353
Decimal 238 253 235
Hex EE FD EB

RGB Percentages of Color #eefdeb

%32.78
%34.85
%32.37

CMYK Percentages of Color #eefdeb

%6
%0
%7
%1

Triadic Colors of #eefdeb

#eefdeb #ebeefd #fdebee

Analogous Colors of #eefdeb

#eefdeb #ebfdf1 #f7fdeb

Monochromatic Colors of #eefdeb

#eefdeb

Complementary Color

#eefdeb #faebfd

#eefdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefdeb Color CSS Codes

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

#eefdeb Text Font Color

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

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


#eefdeb Background Color

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

This div background color is #eefdeb


#eefdeb Border Color

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

This div border color is #eefdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefdeb

Related Colors


Comments

No comments written yet.

Please login to write comment.