Color Hex Logo

#eefbfa Color Hex

#EEFBFA
(238,251,250)
0 Favorites   0 Comments

Color spaces of #eefbfa

RGB 238251250
HSL0.490.620.96
HSV175°98°
CMYK 0.050.000.00   0.02
XYZ87.012494.0736104.0145
Yxy94.07360.30520.3300
Hunter Lab96.9915-9.60054.3110
CIE-Lab97.6616-4.4264-1.0052

#eefbfa color RGB value is (238,251,250).

#eefbfa hex color red value is 238, green value is 251 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eefbfa hue: 0.49 , saturation: 0.62 and the lightness value of eefbfa is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 11111010
Octal 356 373 372
Decimal 238 251 250
Hex EE FB FA

RGB Percentages of Color #eefbfa

%32.21
%33.96
%33.83

CMYK Percentages of Color #eefbfa

%5
%0
%0
%2

Triadic Colors of #eefbfa

#eefbfa #faeefb #fbfaee

Analogous Colors of #eefbfa

#eefbfa #eef6fb #eefbf4

Monochromatic Colors of #eefbfa

#eefbfa

Complementary Color

#eefbfa #fbeeef

#eefbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefbfa Color CSS Codes

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

#eefbfa Text Font Color

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

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


#eefbfa Background Color

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

This div background color is #eefbfa


#eefbfa Border Color

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

This div border color is #eefbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.