Color Hex Logo

#ebfe74 Color Hex

#EBFE74
(235,254,116)
0 Favorites   0 Comments

Color spaces of #ebfe74

RGB 235254116
HSL0.190.990.73
HSV68°54°100°
CMYK 0.070.000.54   0.00
XYZ72.855189.806730.0176
Yxy89.80670.37810.4661
Hunter Lab94.7664-28.612947.5562
CIE-Lab95.9165-24.808162.7922

#ebfe74 color RGB value is (235,254,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 01110100
Octal 353 376 164
Decimal 235 254 116
Hex EB FE 74

RGB Percentages of Color #ebfe74

%38.84
%41.98
%19.17

CMYK Percentages of Color #ebfe74

%7
%0
%54
%0

Triadic Colors of #ebfe74

#ebfe74 #74ebfe #fe74eb

Analogous Colors of #ebfe74

#ebfe74 #a6fe74 #fecc74

Monochromatic Colors of #ebfe74

#ebfe74

Complementary Color

#ebfe74 #8774fe

#ebfe74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfe74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfe74 Color CSS Codes

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

#ebfe74 Text Font Color

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

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


#ebfe74 Background Color

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

This div background color is #ebfe74


#ebfe74 Border Color

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

This div border color is #ebfe74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfe74


Comments

No comments written yet.

Please login to write comment.