Color Hex Logo

#ebfa74 Color Hex

#EBFA74
(235,250,116)
0 Favorites   0 Comments

Color spaces of #ebfa74

RGB 235250116
HSL0.190.930.72
HSV67°54°98°
CMYK 0.060.000.54   0.02
XYZ71.598987.294329.5988
Yxy87.29430.37990.4631
Hunter Lab93.4314-26.715846.6191
CIE-Lab94.8630-22.912361.5840

#ebfa74 color RGB value is (235,250,116).

#ebfa74 hex color red value is 235, green value is 250 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ebfa74 hue: 0.19 , saturation: 0.93 and the lightness value of ebfa74 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 01110100
Octal 353 372 164
Decimal 235 250 116
Hex EB FA 74

RGB Percentages of Color #ebfa74

%39.10
%41.60
%19.30

CMYK Percentages of Color #ebfa74

%6
%0
%54
%2

Triadic Colors of #ebfa74

#ebfa74 #74ebfa #fa74eb

Analogous Colors of #ebfa74

#ebfa74 #a8fa74 #fac674

Monochromatic Colors of #ebfa74

#ebfa74

Complementary Color

#ebfa74 #8374fa

#ebfa74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfa74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfa74 Color CSS Codes

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

#ebfa74 Text Font Color

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

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


#ebfa74 Background Color

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

This div background color is #ebfa74


#ebfa74 Border Color

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

This div border color is #ebfa74


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,250,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 #ebfa74">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfa74


Comments

No comments written yet.

Please login to write comment.