Color Hex Logo

#eafbee Color Hex

#EAFBEE
(234,251,238)
0 Favorites   0 Comments

Color spaces of #eafbee

RGB 234251238
HSL0.370.680.95
HSV134°98°
CMYK 0.070.000.05   0.02
XYZ83.861592.659894.3541
Yxy92.65980.30960.3421
Hunter Lab96.2600-12.94619.2659
CIE-Lab97.0894-7.89224.3053

#eafbee color RGB value is (234,251,238).

#eafbee hex color red value is 234, green value is 251 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eafbee hue: 0.37 , saturation: 0.68 and the lightness value of eafbee is 0.95.

The process color (four color CMYK) of #eafbee color hex is 0.07, 0.00, 0.05, 0.02. Web safe color of #eafbee is #ffffff. Color #eafbee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111011 11101110
Octal 352 373 356
Decimal 234 251 238
Hex EA FB EE

RGB Percentages of Color #eafbee

%32.37
%34.72
%32.92

CMYK Percentages of Color #eafbee

%7
%0
%5
%2

Triadic Colors of #eafbee

#eafbee #eeeafb #fbeeea

Analogous Colors of #eafbee

#eafbee #eafbf7 #effbea

Monochromatic Colors of #eafbee

#eafbee

Complementary Color

#eafbee #fbeaf7

#eafbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafbee Color CSS Codes

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

#eafbee Text Font Color

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

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


#eafbee Background Color

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

This div background color is #eafbee


#eafbee Border Color

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

This div border color is #eafbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafbee


Comments

No comments written yet.

Please login to write comment.