Color Hex Logo

#eaf855 Color Hex

#EAF855
(234,248,85)
0 Favorites   0 Comments

Color spaces of #eaf855

RGB 23424885
HSL0.180.920.65
HSV65°66°97°
CMYK 0.060.000.66   0.03
XYZ69.138885.283121.4116
Yxy85.28310.39320.4850
Hunter Lab92.3488-27.972950.8975
CIE-Lab94.0050-24.485373.3602

#eaf855 color RGB value is (234,248,85).

#eaf855 hex color red value is 234, green value is 248 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #eaf855 hue: 0.18 , saturation: 0.92 and the lightness value of eaf855 is 0.65.

The process color (four color CMYK) of #eaf855 color hex is 0.06, 0.00, 0.66, 0.03. Web safe color of #eaf855 is #ffff66. Color #eaf855 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111000 01010101
Octal 352 370 125
Decimal 234 248 85
Hex EA F8 55

RGB Percentages of Color #eaf855

%41.27
%43.74
%14.99

CMYK Percentages of Color #eaf855

%6
%0
%66
%3

Triadic Colors of #eaf855

#eaf855 #55eaf8 #f855ea

Analogous Colors of #eaf855

#eaf855 #99f855 #f8b555

Monochromatic Colors of #eaf855

#eaf855

Complementary Color

#eaf855 #6355f8

#eaf855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf855 Color CSS Codes

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

#eaf855 Text Font Color

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

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


#eaf855 Background Color

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

This div background color is #eaf855


#eaf855 Border Color

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

This div border color is #eaf855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf855

Related Colors


Comments

No comments written yet.

Please login to write comment.