Color Hex Logo

#eefabf Color Hex

#EEFABF
(238,250,191)
0 Favorites   0 Comments

Color spaces of #eefabf

RGB 238250191
HSL0.200.860.86
HSV72°24°98°
CMYK 0.050.000.24   0.02
XYZ78.849590.309962.5660
Yxy90.30990.34030.3897
Hunter Lab95.0315-18.200227.4872
CIE-Lab96.1252-13.486827.0459

#eefabf color RGB value is (238,250,191).

#eefabf hex color red value is 238, green value is 250 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #eefabf hue: 0.20 , saturation: 0.86 and the lightness value of eefabf is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 10111111
Octal 356 372 277
Decimal 238 250 191
Hex EE FA BF

RGB Percentages of Color #eefabf

%35.05
%36.82
%28.13

CMYK Percentages of Color #eefabf

%5
%0
%24
%2

Triadic Colors of #eefabf

#eefabf #bfeefa #fabfee

Analogous Colors of #eefabf

#eefabf #d1fabf #fae9bf

Monochromatic Colors of #eefabf

#eefabf

Complementary Color

#eefabf #cbbffa

#eefabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefabf Color CSS Codes

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

#eefabf Text Font Color

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

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


#eefabf Background Color

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

This div background color is #eefabf


#eefabf Border Color

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

This div border color is #eefabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefabf


Comments

No comments written yet.

Please login to write comment.