Color Hex Logo

#ebfa78 Color Hex

#EBFA78
(235,250,120)
0 Favorites   0 Comments

Color spaces of #ebfa78

RGB 235250120
HSL0.190.930.73
HSV67°52°98°
CMYK 0.060.000.52   0.02
XYZ71.836787.389430.8510
Yxy87.38940.37790.4598
Hunter Lab93.4823-26.425345.8707
CIE-Lab94.9032-22.582759.8515

#ebfa78 color RGB value is (235,250,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 01111000
Octal 353 372 170
Decimal 235 250 120
Hex EB FA 78

RGB Percentages of Color #ebfa78

%38.84
%41.32
%19.83

CMYK Percentages of Color #ebfa78

%6
%0
%52
%2

Triadic Colors of #ebfa78

#ebfa78 #78ebfa #fa78eb

Analogous Colors of #ebfa78

#ebfa78 #aafa78 #fac878

Monochromatic Colors of #ebfa78

#ebfa78

Complementary Color

#ebfa78 #8778fa

#ebfa78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfa78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfa78 Color CSS Codes

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

#ebfa78 Text Font Color

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

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


#ebfa78 Background Color

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

This div background color is #ebfa78


#ebfa78 Border Color

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

This div border color is #ebfa78


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,250,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfa78

Related Colors


Comments

No comments written yet.

Please login to write comment.