Color Hex Logo

#eefbe1 Color Hex

#EEFBE1
(238,251,225)
0 Favorites   0 Comments

Color spaces of #eefbe1

RGB 238251225
HSL0.250.760.93
HSV90°10°98°
CMYK 0.050.000.10   0.02
XYZ83.347792.607784.7164
Yxy92.60770.31970.3553
Hunter Lab96.2329-13.808015.1684
CIE-Lab97.0682-8.782210.9954

#eefbe1 color RGB value is (238,251,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 11100001
Octal 356 373 341
Decimal 238 251 225
Hex EE FB E1

RGB Percentages of Color #eefbe1

%33.33
%35.15
%31.51

CMYK Percentages of Color #eefbe1

%5
%0
%10
%2

Triadic Colors of #eefbe1

#eefbe1 #e1eefb #fbe1ee

Analogous Colors of #eefbe1

#eefbe1 #e1fbe1 #fbfbe1

Monochromatic Colors of #eefbe1

#eefbe1

Complementary Color

#eefbe1 #eee1fb

#eefbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefbe1 Color CSS Codes

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

#eefbe1 Text Font Color

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

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


#eefbe1 Background Color

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

This div background color is #eefbe1


#eefbe1 Border Color

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

This div border color is #eefbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefbe1

Related Colors


Comments

No comments written yet.

Please login to write comment.