Color Hex Logo

#eaf198 Color Hex

#EAF198
(234,241,152)
0 Favorites   0 Comments

Color spaces of #eaf198

RGB 234241152
HSL0.180.760.77
HSV65°37°95°
CMYK 0.030.000.37   0.05
XYZ71.054582.670041.9177
Yxy82.67000.36320.4226
Hunter Lab90.9230-19.621236.3120
CIE-Lab92.8698-15.476842.2134

#eaf198 color RGB value is (234,241,152).

#eaf198 hex color red value is 234, green value is 241 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #eaf198 hue: 0.18 , saturation: 0.76 and the lightness value of eaf198 is 0.77.

The process color (four color CMYK) of #eaf198 color hex is 0.03, 0.00, 0.37, 0.05. Web safe color of #eaf198 is #ffff99. Color #eaf198 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110001 10011000
Octal 352 361 230
Decimal 234 241 152
Hex EA F1 98

RGB Percentages of Color #eaf198

%37.32
%38.44
%24.24

CMYK Percentages of Color #eaf198

%3
%0
%37
%5

Triadic Colors of #eaf198

#eaf198 #98eaf1 #f198ea

Analogous Colors of #eaf198

#eaf198 #bef198 #f1cc98

Monochromatic Colors of #eaf198

#eaf198

Complementary Color

#eaf198 #9f98f1

#eaf198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf198 Color CSS Codes

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

#eaf198 Text Font Color

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

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


#eaf198 Background Color

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

This div background color is #eaf198


#eaf198 Border Color

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

This div border color is #eaf198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf198


Comments

No comments written yet.

Please login to write comment.