Color Hex Logo

#eaf19c Color Hex

#EAF19C
(234,241,156)
0 Favorites   0 Comments

Color spaces of #eaf19c

RGB 234241156
HSL0.180.750.78
HSV65°35°95°
CMYK 0.030.000.35   0.05
XYZ71.387782.803343.6726
Yxy82.80330.36080.4185
Hunter Lab90.9963-19.208235.2419
CIE-Lab92.9283-15.020740.3115

#eaf19c color RGB value is (234,241,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110001 10011100
Octal 352 361 234
Decimal 234 241 156
Hex EA F1 9C

RGB Percentages of Color #eaf19c

%37.08
%38.19
%24.72

CMYK Percentages of Color #eaf19c

%3
%0
%35
%5

Triadic Colors of #eaf19c

#eaf19c #9ceaf1 #f19cea

Analogous Colors of #eaf19c

#eaf19c #c0f19c #f1ce9c

Monochromatic Colors of #eaf19c

#eaf19c

Complementary Color

#eaf19c #a39cf1

#eaf19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf19c Color CSS Codes

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

#eaf19c Text Font Color

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

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


#eaf19c Background Color

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

This div background color is #eaf19c


#eaf19c Border Color

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

This div border color is #eaf19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf19c


Comments

No comments written yet.

Please login to write comment.