Color Hex Logo

#eefebf Color Hex

#EEFEBF
(238,254,191)
0 Favorites   0 Comments

Color spaces of #eefebf

RGB 238254191
HSL0.210.970.87
HSV75°25°100°
CMYK 0.060.000.25   0.00
XYZ80.105792.822462.9847
Yxy92.82240.33960.3935
Hunter Lab96.3444-20.188528.6805
CIE-Lab97.1555-15.446028.4522

#eefebf color RGB value is (238,254,191).

#eefebf hex color red value is 238, green value is 254 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #eefebf hue: 0.21 , saturation: 0.97 and the lightness value of eefebf is 0.87.

The process color (four color CMYK) of #eefebf color hex is 0.06, 0.00, 0.25, 0.00. Web safe color of #eefebf is #ffffcc. Color #eefebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 10111111
Octal 356 376 277
Decimal 238 254 191
Hex EE FE BF

RGB Percentages of Color #eefebf

%34.85
%37.19
%27.96

CMYK Percentages of Color #eefebf

%6
%0
%25
%0

Triadic Colors of #eefebf

#eefebf #bfeefe #febfee

Analogous Colors of #eefebf

#eefebf #cffebf #feefbf

Monochromatic Colors of #eefebf

#eefebf

Complementary Color

#eefebf #cfbffe

#eefebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefebf Color CSS Codes

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

#eefebf Text Font Color

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

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


#eefebf Background Color

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

This div background color is #eefebf


#eefebf Border Color

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

This div border color is #eefebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefebf

Related Colors


Comments

No comments written yet.

Please login to write comment.