Color Hex Logo

#ebfa2d Color Hex

#EBFA2D
(235,250,45)
0 Favorites   0 Comments

Color spaces of #ebfa2d

RGB 23525045
HSL0.180.950.58
HSV64°82°98°
CMYK 0.060.000.82   0.02
XYZ68.920286.222815.4928
Yxy86.22280.40390.5053
Hunter Lab92.8562-30.011355.1070
CIE-Lab94.4075-26.694985.9451

#ebfa2d color RGB value is (235,250,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 00101101
Octal 353 372 55
Decimal 235 250 45
Hex EB FA 2D

RGB Percentages of Color #ebfa2d

%44.34
%47.17
%8.49

CMYK Percentages of Color #ebfa2d

%6
%0
%82
%2

Triadic Colors of #ebfa2d

#ebfa2d #2debfa #fa2deb

Analogous Colors of #ebfa2d

#ebfa2d #85fa2d #faa32d

Monochromatic Colors of #ebfa2d

#ebfa2d

Complementary Color

#ebfa2d #3c2dfa

#ebfa2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfa2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfa2d Color CSS Codes

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

#ebfa2d Text Font Color

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

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


#ebfa2d Background Color

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

This div background color is #ebfa2d


#ebfa2d Border Color

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

This div border color is #ebfa2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfa2d


Comments

No comments written yet.

Please login to write comment.