Color Hex Logo

#eaf19d Color Hex

#EAF19D
(234,241,157)
0 Favorites   0 Comments

Color spaces of #eaf19d

RGB 234241157
HSL0.180.750.78
HSV65°35°95°
CMYK 0.030.000.35   0.05
XYZ71.472882.837344.1205
Yxy82.83730.36020.4175
Hunter Lab91.0150-19.102734.9690
CIE-Lab92.9432-14.904439.8347

#eaf19d color RGB value is (234,241,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110001 10011101
Octal 352 361 235
Decimal 234 241 157
Hex EA F1 9D

RGB Percentages of Color #eaf19d

%37.03
%38.13
%24.84

CMYK Percentages of Color #eaf19d

%3
%0
%35
%5

Triadic Colors of #eaf19d

#eaf19d #9deaf1 #f19dea

Analogous Colors of #eaf19d

#eaf19d #c0f19d #f1ce9d

Monochromatic Colors of #eaf19d

#eaf19d

Complementary Color

#eaf19d #a49df1

#eaf19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf19d Color CSS Codes

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

#eaf19d Text Font Color

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

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


#eaf19d Background Color

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

This div background color is #eaf19d


#eaf19d Border Color

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

This div border color is #eaf19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf19d


Comments

No comments written yet.

Please login to write comment.