Color Hex Logo

#eaf685 Color Hex

#EAF685
(234,246,133)
0 Favorites   0 Comments

Color spaces of #eaf685

RGB 234246133
HSL0.180.860.74
HSV66°46°96°
CMYK 0.050.000.46   0.04
XYZ71.121185.097434.8673
Yxy85.09740.37220.4453
Hunter Lab92.2483-23.815442.1638
CIE-Lab93.9251-19.883852.6955

#eaf685 color RGB value is (234,246,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110110 10000101
Octal 352 366 205
Decimal 234 246 133
Hex EA F6 85

RGB Percentages of Color #eaf685

%38.17
%40.13
%21.70

CMYK Percentages of Color #eaf685

%5
%0
%46
%4

Triadic Colors of #eaf685

#eaf685 #85eaf6 #f685ea

Analogous Colors of #eaf685

#eaf685 #b2f685 #f6ca85

Monochromatic Colors of #eaf685

#eaf685

Complementary Color

#eaf685 #9185f6

#eaf685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf685 Color CSS Codes

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

#eaf685 Text Font Color

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

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


#eaf685 Background Color

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

This div background color is #eaf685


#eaf685 Border Color

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

This div border color is #eaf685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf685


Comments

No comments written yet.

Please login to write comment.