Color Hex Logo

#eaf366 Color Hex

#EAF366
(234,243,102)
0 Favorites   0 Comments

Color spaces of #eaf366

RGB 234243102
HSL0.180.850.68
HSV64°58°95°
CMYK 0.040.000.58   0.05
XYZ68.380582.552924.9006
Yxy82.55290.38890.4695
Hunter Lab90.8586-24.662947.3521
CIE-Lab92.8183-21.020665.3122

#eaf366 color RGB value is (234,243,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110011 01100110
Octal 352 363 146
Decimal 234 243 102
Hex EA F3 66

RGB Percentages of Color #eaf366

%40.41
%41.97
%17.62

CMYK Percentages of Color #eaf366

%4
%0
%58
%5

Triadic Colors of #eaf366

#eaf366 #66eaf3 #f366ea

Analogous Colors of #eaf366

#eaf366 #a4f366 #f3b666

Monochromatic Colors of #eaf366

#eaf366

Complementary Color

#eaf366 #6f66f3

#eaf366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf366 Color CSS Codes

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

#eaf366 Text Font Color

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

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


#eaf366 Background Color

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

This div background color is #eaf366


#eaf366 Border Color

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

This div border color is #eaf366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf366


Comments

No comments written yet.

Please login to write comment.