Color Hex Logo

#ebfa29 Color Hex

#EBFA29
(235,250,41)
0 Favorites   0 Comments

Color spaces of #ebfa29

RGB 23525041
HSL0.180.950.57
HSV64°84°98°
CMYK 0.060.000.84   0.02
XYZ68.846886.193515.1062
Yxy86.19350.40460.5066
Hunter Lab92.8405-30.102355.3412
CIE-Lab94.3950-26.800586.7994

#ebfa29 color RGB value is (235,250,41).

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

The process color (four color CMYK) of #ebfa29 color hex is 0.06, 0.00, 0.84, 0.02. Web safe color of #ebfa29 is #ffff33. Color #ebfa29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 00101001
Octal 353 372 51
Decimal 235 250 41
Hex EB FA 29

RGB Percentages of Color #ebfa29

%44.68
%47.53
%7.79

CMYK Percentages of Color #ebfa29

%6
%0
%84
%2

Triadic Colors of #ebfa29

#ebfa29 #29ebfa #fa29eb

Analogous Colors of #ebfa29

#ebfa29 #83fa29 #faa129

Monochromatic Colors of #ebfa29

#ebfa29

Complementary Color

#ebfa29 #3829fa

#ebfa29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfa29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfa29 Color CSS Codes

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

#ebfa29 Text Font Color

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

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


#ebfa29 Background Color

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

This div background color is #ebfa29


#ebfa29 Border Color

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

This div border color is #ebfa29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfa29

Related Colors


Comments

No comments written yet.

Please login to write comment.