Color Hex Logo

#eaf672 Color Hex

#EAF672
(234,246,114)
0 Favorites   0 Comments

Color spaces of #eaf672

RGB 234246114
HSL0.180.880.71
HSV65°54°96°
CMYK 0.050.000.54   0.04
XYZ69.924784.618928.5672
Yxy84.61890.38190.4621
Hunter Lab91.9885-25.293945.9794
CIE-Lab93.7186-21.553861.1340

#eaf672 color RGB value is (234,246,114).

#eaf672 hex color red value is 234, green value is 246 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #eaf672 hue: 0.18 , saturation: 0.88 and the lightness value of eaf672 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110110 01110010
Octal 352 366 162
Decimal 234 246 114
Hex EA F6 72

RGB Percentages of Color #eaf672

%39.39
%41.41
%19.19

CMYK Percentages of Color #eaf672

%5
%0
%54
%4

Triadic Colors of #eaf672

#eaf672 #72eaf6 #f672ea

Analogous Colors of #eaf672

#eaf672 #a8f672 #f6c072

Monochromatic Colors of #eaf672

#eaf672

Complementary Color

#eaf672 #7e72f6

#eaf672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf672 Color CSS Codes

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

#eaf672 Text Font Color

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

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


#eaf672 Background Color

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

This div background color is #eaf672


#eaf672 Border Color

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

This div border color is #eaf672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf672


Comments

No comments written yet.

Please login to write comment.