Color Hex Logo

#eaffe9 Color Hex

#EAFFE9
(234,255,233)
0 Favorites   0 Comments

Color spaces of #eaffe9

RGB 234255233
HSL0.331.000.96
HSV117°100°
CMYK 0.080.000.09   0.00
XYZ84.399794.895690.9591
Yxy94.89560.31230.3511
Hunter Lab97.4144-15.823012.8290
CIE-Lab97.9917-10.75808.1760

#eaffe9 color RGB value is (234,255,233).

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

The process color (four color CMYK) of #eaffe9 color hex is 0.08, 0.00, 0.09, 0.00. Web safe color of #eaffe9 is #ffffff. Color #eaffe9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111111 11101001
Octal 352 377 351
Decimal 234 255 233
Hex EA FF E9

RGB Percentages of Color #eaffe9

%32.41
%35.32
%32.27

CMYK Percentages of Color #eaffe9

%8
%0
%9
%0

Triadic Colors of #eaffe9

#eaffe9 #e9eaff #ffe9ea

Analogous Colors of #eaffe9

#eaffe9 #e9fff3 #f5ffe9

Monochromatic Colors of #eaffe9

#eaffe9

Complementary Color

#eaffe9 #fee9ff

#eaffe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaffe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaffe9 Color CSS Codes

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

#eaffe9 Text Font Color

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

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


#eaffe9 Background Color

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

This div background color is #eaffe9


#eaffe9 Border Color

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

This div border color is #eaffe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaffe9


Comments

No comments written yet.

Please login to write comment.