Color Hex Logo

#eaf274 Color Hex

#EAF274
(234,242,116)
0 Favorites   0 Comments

Color spaces of #eaf274

RGB 234242116
HSL0.180.830.70
HSV64°52°95°
CMYK 0.030.000.52   0.05
XYZ68.836282.257628.7723
Yxy82.25760.38270.4573
Hunter Lab90.6960-23.240544.6781
CIE-Lab92.6884-19.467659.0520

#eaf274 color RGB value is (234,242,116).

#eaf274 hex color red value is 234, green value is 242 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #eaf274 hue: 0.18 , saturation: 0.83 and the lightness value of eaf274 is 0.70.

The process color (four color CMYK) of #eaf274 color hex is 0.03, 0.00, 0.52, 0.05. Web safe color of #eaf274 is #ffff66. Color #eaf274 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110010 01110100
Octal 352 362 164
Decimal 234 242 116
Hex EA F2 74

RGB Percentages of Color #eaf274

%39.53
%40.88
%19.59

CMYK Percentages of Color #eaf274

%3
%0
%52
%5

Triadic Colors of #eaf274

#eaf274 #74eaf2 #f274ea

Analogous Colors of #eaf274

#eaf274 #abf274 #f2bb74

Monochromatic Colors of #eaf274

#eaf274

Complementary Color

#eaf274 #7c74f2

#eaf274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf274 Color CSS Codes

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

#eaf274 Text Font Color

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

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


#eaf274 Background Color

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

This div background color is #eaf274


#eaf274 Border Color

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

This div border color is #eaf274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf274


Comments

No comments written yet.

Please login to write comment.