Color Hex Logo

#ebfa30 Color Hex

#EBFA30
(235,250,48)
0 Favorites   0 Comments

Color spaces of #ebfa30

RGB 23525048
HSL0.180.950.58
HSV64°81°98°
CMYK 0.060.000.81   0.02
XYZ68.980186.246815.8080
Yxy86.24680.40330.5043
Hunter Lab92.8692-29.937254.9162
CIE-Lab94.4178-26.609085.2594

#ebfa30 color RGB value is (235,250,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 00110000
Octal 353 372 60
Decimal 235 250 48
Hex EB FA 30

RGB Percentages of Color #ebfa30

%44.09
%46.90
%9.01

CMYK Percentages of Color #ebfa30

%6
%0
%81
%2

Triadic Colors of #ebfa30

#ebfa30 #30ebfa #fa30eb

Analogous Colors of #ebfa30

#ebfa30 #86fa30 #faa430

Monochromatic Colors of #ebfa30

#ebfa30

Complementary Color

#ebfa30 #3f30fa

#ebfa30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfa30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfa30 Color CSS Codes

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

#ebfa30 Text Font Color

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

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


#ebfa30 Background Color

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

This div background color is #ebfa30


#ebfa30 Border Color

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

This div border color is #ebfa30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfa30


Comments

No comments written yet.

Please login to write comment.