Color Hex Logo

#ebfa35 Color Hex

#EBFA35
(235,250,53)
0 Favorites   0 Comments

Color spaces of #ebfa35

RGB 23525053
HSL0.180.950.59
HSV65°79°98°
CMYK 0.060.000.79   0.02
XYZ69.089286.290416.3825
Yxy86.29040.40220.5024
Hunter Lab92.8926-29.802154.5685
CIE-Lab94.4364-26.452484.0333

#ebfa35 color RGB value is (235,250,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 00110101
Octal 353 372 65
Decimal 235 250 53
Hex EB FA 35

RGB Percentages of Color #ebfa35

%43.68
%46.47
%9.85

CMYK Percentages of Color #ebfa35

%6
%0
%79
%2

Triadic Colors of #ebfa35

#ebfa35 #35ebfa #fa35eb

Analogous Colors of #ebfa35

#ebfa35 #89fa35 #faa735

Monochromatic Colors of #ebfa35

#ebfa35

Complementary Color

#ebfa35 #4435fa

#ebfa35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfa35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfa35 Color CSS Codes

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

#ebfa35 Text Font Color

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

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


#ebfa35 Background Color

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

This div background color is #ebfa35


#ebfa35 Border Color

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

This div border color is #ebfa35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfa35


Comments

No comments written yet.

Please login to write comment.