Color Hex Logo

#eafbb5 Color Hex

#EAFBB5
(234,251,181)
0 Favorites   0 Comments

Color spaces of #eafbb5

RGB 234251181
HSL0.210.900.85
HSV75°28°98°
CMYK 0.070.000.28   0.02
XYZ76.769489.823057.0075
Yxy89.82300.34330.4017
Hunter Lab94.7750-21.268130.6794
CIE-Lab95.9233-16.784831.7753

#eafbb5 color RGB value is (234,251,181).

#eafbb5 hex color red value is 234, green value is 251 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #eafbb5 hue: 0.21 , saturation: 0.90 and the lightness value of eafbb5 is 0.85.

The process color (four color CMYK) of #eafbb5 color hex is 0.07, 0.00, 0.28, 0.02. Web safe color of #eafbb5 is #ffffcc. Color #eafbb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111011 10110101
Octal 352 373 265
Decimal 234 251 181
Hex EA FB B5

RGB Percentages of Color #eafbb5

%35.14
%37.69
%27.18

CMYK Percentages of Color #eafbb5

%7
%0
%28
%2

Triadic Colors of #eafbb5

#eafbb5 #b5eafb #fbb5ea

Analogous Colors of #eafbb5

#eafbb5 #c7fbb5 #fbe9b5

Monochromatic Colors of #eafbb5

#eafbb5

Complementary Color

#eafbb5 #c6b5fb

#eafbb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafbb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafbb5 Color CSS Codes

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

#eafbb5 Text Font Color

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

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


#eafbb5 Background Color

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

This div background color is #eafbb5


#eafbb5 Border Color

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

This div border color is #eafbb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafbb5


Comments

No comments written yet.

Please login to write comment.