Color Hex Logo

#ebfa38 Color Hex

#EBFA38
(235,250,56)
0 Favorites   0 Comments

Color spaces of #ebfa38

RGB 23525056
HSL0.180.950.60
HSV65°78°98°
CMYK 0.060.000.78   0.02
XYZ69.160486.318916.7575
Yxy86.31890.40150.5012
Hunter Lab92.9080-29.714154.3416
CIE-Lab94.4485-26.350483.2487

#ebfa38 color RGB value is (235,250,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 00111000
Octal 353 372 70
Decimal 235 250 56
Hex EB FA 38

RGB Percentages of Color #ebfa38

%43.44
%46.21
%10.35

CMYK Percentages of Color #ebfa38

%6
%0
%78
%2

Triadic Colors of #ebfa38

#ebfa38 #38ebfa #fa38eb

Analogous Colors of #ebfa38

#ebfa38 #8afa38 #faa838

Monochromatic Colors of #ebfa38

#ebfa38

Complementary Color

#ebfa38 #4738fa

#ebfa38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfa38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfa38 Color CSS Codes

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

#ebfa38 Text Font Color

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

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


#ebfa38 Background Color

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

This div background color is #ebfa38


#ebfa38 Border Color

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

This div border color is #ebfa38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfa38


Comments

No comments written yet.

Please login to write comment.