Color Hex Logo

#eafbae Color Hex

#EAFBAE
(234,251,174)
0 Favorites   0 Comments

Color spaces of #eafbae

RGB 234251174
HSL0.200.910.83
HSV73°31°98°
CMYK 0.070.000.31   0.02
XYZ76.068889.542853.3186
Yxy89.54280.34750.4090
Hunter Lab94.6271-22.104832.8314
CIE-Lab95.8068-17.703535.1292

#eafbae color RGB value is (234,251,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111011 10101110
Octal 352 373 256
Decimal 234 251 174
Hex EA FB AE

RGB Percentages of Color #eafbae

%35.51
%38.09
%26.40

CMYK Percentages of Color #eafbae

%7
%0
%31
%2

Triadic Colors of #eafbae

#eafbae #aeeafb #fbaeea

Analogous Colors of #eafbae

#eafbae #c4fbae #fbe6ae

Monochromatic Colors of #eafbae

#eafbae

Complementary Color

#eafbae #bfaefb

#eafbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafbae Color CSS Codes

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

#eafbae Text Font Color

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

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


#eafbae Background Color

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

This div background color is #eafbae


#eafbae Border Color

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

This div border color is #eafbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafbae


Comments

No comments written yet.

Please login to write comment.