Color Hex Logo

#eaffb9 Color Hex

#EAFFB9
(234,255,185)
0 Favorites   0 Comments

Color spaces of #eaffb9

RGB 234255185
HSL0.221.000.86
HSV78°27°100°
CMYK 0.080.000.27   0.00
XYZ78.448692.515259.6215
Yxy92.51520.34020.4012
Hunter Lab96.1848-22.738430.5776
CIE-Lab97.0305-18.186731.2572

#eaffb9 color RGB value is (234,255,185).

#eaffb9 hex color red value is 234, green value is 255 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #eaffb9 hue: 0.22 , saturation: 1.00 and the lightness value of eaffb9 is 0.86.

The process color (four color CMYK) of #eaffb9 color hex is 0.08, 0.00, 0.27, 0.00. Web safe color of #eaffb9 is #ffffcc. Color #eaffb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111111 10111001
Octal 352 377 271
Decimal 234 255 185
Hex EA FF B9

RGB Percentages of Color #eaffb9

%34.72
%37.83
%27.45

CMYK Percentages of Color #eaffb9

%8
%0
%27
%0

Triadic Colors of #eaffb9

#eaffb9 #b9eaff #ffb9ea

Analogous Colors of #eaffb9

#eaffb9 #c7ffb9 #fff1b9

Monochromatic Colors of #eaffb9

#eaffb9

Complementary Color

#eaffb9 #ceb9ff

#eaffb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaffb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaffb9 Color CSS Codes

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

#eaffb9 Text Font Color

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

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


#eaffb9 Background Color

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

This div background color is #eaffb9


#eaffb9 Border Color

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

This div border color is #eaffb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaffb9

Related Colors


Comments

No comments written yet.

Please login to write comment.