Color Hex Logo

#eaf368 Color Hex

#EAF368
(234,243,104)
0 Favorites   0 Comments

Color spaces of #eaf368

RGB 234243104
HSL0.180.850.68
HSV64°57°95°
CMYK 0.040.000.57   0.05
XYZ68.481082.593125.4294
Yxy82.59310.38800.4679
Hunter Lab90.8807-24.536947.0265
CIE-Lab92.8360-20.877364.4829

#eaf368 color RGB value is (234,243,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110011 01101000
Octal 352 363 150
Decimal 234 243 104
Hex EA F3 68

RGB Percentages of Color #eaf368

%40.28
%41.82
%17.90

CMYK Percentages of Color #eaf368

%4
%0
%57
%5

Triadic Colors of #eaf368

#eaf368 #68eaf3 #f368ea

Analogous Colors of #eaf368

#eaf368 #a5f368 #f3b768

Monochromatic Colors of #eaf368

#eaf368

Complementary Color

#eaf368 #7168f3

#eaf368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf368 Color CSS Codes

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

#eaf368 Text Font Color

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

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


#eaf368 Background Color

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

This div background color is #eaf368


#eaf368 Border Color

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

This div border color is #eaf368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf368


Comments

No comments written yet.

Please login to write comment.