Color Hex Logo

#eaf360 Color Hex

#EAF360
(234,243,96)
0 Favorites   0 Comments

Color spaces of #eaf360

RGB 23424396
HSL0.180.860.66
HSV64°60°95°
CMYK 0.040.000.60   0.05
XYZ68.093682.438123.3896
Yxy82.43810.39150.4740
Hunter Lab90.7954-25.022848.2832
CIE-Lab92.7679-21.430567.7508

#eaf360 color RGB value is (234,243,96).

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

The process color (four color CMYK) of #eaf360 color hex is 0.04, 0.00, 0.60, 0.05. Web safe color of #eaf360 is #ffff66. Color #eaf360 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110011 01100000
Octal 352 363 140
Decimal 234 243 96
Hex EA F3 60

RGB Percentages of Color #eaf360

%40.84
%42.41
%16.75

CMYK Percentages of Color #eaf360

%4
%0
%60
%5

Triadic Colors of #eaf360

#eaf360 #60eaf3 #f360ea

Analogous Colors of #eaf360

#eaf360 #a1f360 #f3b360

Monochromatic Colors of #eaf360

#eaf360

Complementary Color

#eaf360 #6960f3

#eaf360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf360 Color CSS Codes

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

#eaf360 Text Font Color

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

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


#eaf360 Background Color

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

This div background color is #eaf360


#eaf360 Border Color

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

This div border color is #eaf360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf360


Comments

No comments written yet.

Please login to write comment.