Color Hex Logo

#eaf585 Color Hex

#EAF585
(234,245,133)
0 Favorites   0 Comments

Color spaces of #eaf585

RGB 234245133
HSL0.180.850.74
HSV66°46°96°
CMYK 0.040.000.46   0.04
XYZ70.817784.490734.7661
Yxy84.49070.37260.4445
Hunter Lab91.9188-23.334941.9181
CIE-Lab93.6632-19.401552.3766

#eaf585 color RGB value is (234,245,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110101 10000101
Octal 352 365 205
Decimal 234 245 133
Hex EA F5 85

RGB Percentages of Color #eaf585

%38.24
%40.03
%21.73

CMYK Percentages of Color #eaf585

%4
%0
%46
%4

Triadic Colors of #eaf585

#eaf585 #85eaf5 #f585ea

Analogous Colors of #eaf585

#eaf585 #b2f585 #f5c885

Monochromatic Colors of #eaf585

#eaf585

Complementary Color

#eaf585 #9085f5

#eaf585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf585 Color CSS Codes

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

#eaf585 Text Font Color

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

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


#eaf585 Background Color

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

This div background color is #eaf585


#eaf585 Border Color

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

This div border color is #eaf585


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,245,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 #eaf585">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf585


Comments

No comments written yet.

Please login to write comment.