Color Hex Logo

#eaf68f Color Hex

#EAF68F
(234,246,143)
0 Favorites   0 Comments

Color spaces of #eaf68f

RGB 234246143
HSL0.190.850.76
HSV67°42°96°
CMYK 0.050.000.42   0.04
XYZ71.845485.387138.6813
Yxy85.38710.36670.4358
Hunter Lab92.4051-22.924539.8645
CIE-Lab94.0497-18.885148.0929

#eaf68f color RGB value is (234,246,143).

#eaf68f hex color red value is 234, green value is 246 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #eaf68f hue: 0.19 , saturation: 0.85 and the lightness value of eaf68f is 0.76.

The process color (four color CMYK) of #eaf68f color hex is 0.05, 0.00, 0.42, 0.04. Web safe color of #eaf68f is #ffff99. Color #eaf68f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110110 10001111
Octal 352 366 217
Decimal 234 246 143
Hex EA F6 8F

RGB Percentages of Color #eaf68f

%37.56
%39.49
%22.95

CMYK Percentages of Color #eaf68f

%5
%0
%42
%4

Triadic Colors of #eaf68f

#eaf68f #8feaf6 #f68fea

Analogous Colors of #eaf68f

#eaf68f #b7f68f #f6cf8f

Monochromatic Colors of #eaf68f

#eaf68f

Complementary Color

#eaf68f #9b8ff6

#eaf68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf68f Color CSS Codes

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

#eaf68f Text Font Color

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

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


#eaf68f Background Color

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

This div background color is #eaf68f


#eaf68f Border Color

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

This div border color is #eaf68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf68f


Comments

No comments written yet.

Please login to write comment.