Color Hex Logo

#eefaeb Color Hex

#EEFAEB
(238,250,235)
0 Favorites   0 Comments

Color spaces of #eefaeb

RGB 238250235
HSL0.300.600.95
HSV108°98°
CMYK 0.050.000.06   0.02
XYZ84.440992.546592.0100
Yxy92.54650.31390.3440
Hunter Lab96.2011-11.672810.6338
CIE-Lab97.0433-6.59155.8181

#eefaeb color RGB value is (238,250,235).

#eefaeb hex color red value is 238, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eefaeb hue: 0.30 , saturation: 0.60 and the lightness value of eefaeb is 0.95.

The process color (four color CMYK) of #eefaeb color hex is 0.05, 0.00, 0.06, 0.02. Web safe color of #eefaeb is #ffffff. Color #eefaeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 11101011
Octal 356 372 353
Decimal 238 250 235
Hex EE FA EB

RGB Percentages of Color #eefaeb

%32.92
%34.58
%32.50

CMYK Percentages of Color #eefaeb

%5
%0
%6
%2

Triadic Colors of #eefaeb

#eefaeb #ebeefa #faebee

Analogous Colors of #eefaeb

#eefaeb #ebfaf0 #f6faeb

Monochromatic Colors of #eefaeb

#eefaeb

Complementary Color

#eefaeb #f7ebfa

#eefaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefaeb Color CSS Codes

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

#eefaeb Text Font Color

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

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


#eefaeb Background Color

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

This div background color is #eefaeb


#eefaeb Border Color

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

This div border color is #eefaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,250,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 #eefaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefaeb


Comments

No comments written yet.

Please login to write comment.