Color Hex Logo

#ebfa64 Color Hex

#EBFA64
(235,250,100)
0 Favorites   0 Comments

Color spaces of #ebfa64

RGB 235250100
HSL0.180.940.69
HSV66°60°98°
CMYK 0.060.000.60   0.02
XYZ70.746886.953525.1115
Yxy86.95350.38700.4756
Hunter Lab93.2489-27.759749.3077
CIE-Lab94.7185-24.101668.2440

#ebfa64 color RGB value is (235,250,100).

#ebfa64 hex color red value is 235, green value is 250 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ebfa64 hue: 0.18 , saturation: 0.94 and the lightness value of ebfa64 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 01100100
Octal 353 372 144
Decimal 235 250 100
Hex EB FA 64

RGB Percentages of Color #ebfa64

%40.17
%42.74
%17.09

CMYK Percentages of Color #ebfa64

%6
%0
%60
%2

Triadic Colors of #ebfa64

#ebfa64 #64ebfa #fa64eb

Analogous Colors of #ebfa64

#ebfa64 #a0fa64 #fabe64

Monochromatic Colors of #ebfa64

#ebfa64

Complementary Color

#ebfa64 #7364fa

#ebfa64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfa64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfa64 Color CSS Codes

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

#ebfa64 Text Font Color

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

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


#ebfa64 Background Color

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

This div background color is #ebfa64


#ebfa64 Border Color

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

This div border color is #ebfa64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfa64


Comments

No comments written yet.

Please login to write comment.