Color Hex Logo

#eefbe2 Color Hex

#EEFBE2
(238,251,226)
0 Favorites   0 Comments

Color spaces of #eefbe2

RGB 238251226
HSL0.250.760.94
HSV91°10°98°
CMYK 0.050.000.10   0.02
XYZ83.484592.662585.4370
Yxy92.66250.31910.3542
Hunter Lab96.2614-13.649914.7600
CIE-Lab97.0905-8.616610.5138

#eefbe2 color RGB value is (238,251,226).

#eefbe2 hex color red value is 238, green value is 251 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #eefbe2 hue: 0.25 , saturation: 0.76 and the lightness value of eefbe2 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 11100010
Octal 356 373 342
Decimal 238 251 226
Hex EE FB E2

RGB Percentages of Color #eefbe2

%33.29
%35.10
%31.61

CMYK Percentages of Color #eefbe2

%5
%0
%10
%2

Triadic Colors of #eefbe2

#eefbe2 #e2eefb #fbe2ee

Analogous Colors of #eefbe2

#eefbe2 #e2fbe3 #fbfbe2

Monochromatic Colors of #eefbe2

#eefbe2

Complementary Color

#eefbe2 #efe2fb

#eefbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefbe2 Color CSS Codes

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

#eefbe2 Text Font Color

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

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


#eefbe2 Background Color

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

This div background color is #eefbe2


#eefbe2 Border Color

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

This div border color is #eefbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefbe2


Comments

No comments written yet.

Please login to write comment.