Color Hex Logo

#eaf961 Color Hex

#EAF961
(234,249,97)
0 Favorites   0 Comments

Color spaces of #eaf961

RGB 23424997
HSL0.180.930.68
HSV66°61°98°
CMYK 0.060.000.61   0.02
XYZ69.965086.106924.2420
Yxy86.10690.38800.4775
Hunter Lab92.7938-27.803149.4664
CIE-Lab94.3580-24.223169.0548

#eaf961 color RGB value is (234,249,97).

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

The process color (four color CMYK) of #eaf961 color hex is 0.06, 0.00, 0.61, 0.02. Web safe color of #eaf961 is #ffff66. Color #eaf961 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111001 01100001
Octal 352 371 141
Decimal 234 249 97
Hex EA F9 61

RGB Percentages of Color #eaf961

%40.34
%42.93
%16.72

CMYK Percentages of Color #eaf961

%6
%0
%61
%2

Triadic Colors of #eaf961

#eaf961 #61eaf9 #f961ea

Analogous Colors of #eaf961

#eaf961 #9ef961 #f9bc61

Monochromatic Colors of #eaf961

#eaf961

Complementary Color

#eaf961 #7061f9

#eaf961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf961 Color CSS Codes

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

#eaf961 Text Font Color

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

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


#eaf961 Background Color

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

This div background color is #eaf961


#eaf961 Border Color

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

This div border color is #eaf961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf961

Related Colors


Comments

No comments written yet.

Please login to write comment.