Color Hex Logo

#eaf186 Color Hex

#EAF186
(234,241,134)
0 Favorites   0 Comments

Color spaces of #eaf186

RGB 234241134
HSL0.180.790.74
HSV64°44°95°
CMYK 0.030.000.44   0.05
XYZ69.690182.124234.7328
Yxy82.12420.37360.4402
Hunter Lab90.6224-21.319840.7116
CIE-Lab92.6296-17.365250.6382

#eaf186 color RGB value is (234,241,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110001 10000110
Octal 352 361 206
Decimal 234 241 134
Hex EA F1 86

RGB Percentages of Color #eaf186

%38.42
%39.57
%22.00

CMYK Percentages of Color #eaf186

%3
%0
%44
%5

Triadic Colors of #eaf186

#eaf186 #86eaf1 #f186ea

Analogous Colors of #eaf186

#eaf186 #b5f186 #f1c386

Monochromatic Colors of #eaf186

#eaf186

Complementary Color

#eaf186 #8d86f1

#eaf186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf186 Color CSS Codes

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

#eaf186 Text Font Color

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

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


#eaf186 Background Color

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

This div background color is #eaf186


#eaf186 Border Color

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

This div border color is #eaf186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf186


Comments

No comments written yet.

Please login to write comment.