Color Hex Logo

#eefbae Color Hex

#EEFBAE
(238,251,174)
0 Favorites   0 Comments

Color spaces of #eefbae

RGB 238251174
HSL0.190.910.83
HSV70°31°98°
CMYK 0.050.000.31   0.02
XYZ77.397190.227553.3808
Yxy90.22750.35020.4083
Hunter Lab94.9882-20.786133.1723
CIE-Lab96.0911-16.242335.5580

#eefbae color RGB value is (238,251,174).

#eefbae hex color red value is 238, green value is 251 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eefbae hue: 0.19 , saturation: 0.91 and the lightness value of eefbae is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 10101110
Octal 356 373 256
Decimal 238 251 174
Hex EE FB AE

RGB Percentages of Color #eefbae

%35.90
%37.86
%26.24

CMYK Percentages of Color #eefbae

%5
%0
%31
%2

Triadic Colors of #eefbae

#eefbae #aeeefb #fbaeee

Analogous Colors of #eefbae

#eefbae #c8fbae #fbe2ae

Monochromatic Colors of #eefbae

#eefbae

Complementary Color

#eefbae #bbaefb

#eefbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefbae Color CSS Codes

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

#eefbae Text Font Color

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

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


#eefbae Background Color

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

This div background color is #eefbae


#eefbae Border Color

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

This div border color is #eefbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefbae


Comments

No comments written yet.

Please login to write comment.