Color Hex Logo

#eaefbe Color Hex

#EAEFBE
(234,239,190)
0 Favorites   0 Comments

Color spaces of #eaefbe

RGB 234239190
HSL0.180.600.84
HSV66°21°94°
CMYK 0.020.000.21   0.06
XYZ74.092582.943160.8197
Yxy82.94310.34010.3807
Hunter Lab91.0731-14.159324.1566
CIE-Lab92.9895-9.615623.2012

#eaefbe color RGB value is (234,239,190).

#eaefbe hex color red value is 234, green value is 239 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #eaefbe hue: 0.18 , saturation: 0.60 and the lightness value of eaefbe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101111 10111110
Octal 352 357 276
Decimal 234 239 190
Hex EA EF BE

RGB Percentages of Color #eaefbe

%35.29
%36.05
%28.66

CMYK Percentages of Color #eaefbe

%2
%0
%21
%6

Triadic Colors of #eaefbe

#eaefbe #beeaef #efbeea

Analogous Colors of #eaefbe

#eaefbe #d2efbe #efdcbe

Monochromatic Colors of #eaefbe

#eaefbe

Complementary Color

#eaefbe #c3beef

#eaefbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaefbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaefbe Color CSS Codes

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

#eaefbe Text Font Color

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

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


#eaefbe Background Color

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

This div background color is #eaefbe


#eaefbe Border Color

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

This div border color is #eaefbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,239,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaefbe


Comments

No comments written yet.

Please login to write comment.