Color Hex Logo

#ebf50f Color Hex

#EBF50F
(235,245,15)
0 Favorites   0 Comments

Color spaces of #ebf50f

RGB 23524515
HSL0.170.920.51
HSV63°94°96°
CMYK 0.040.000.94   0.04
XYZ66.999683.001512.9416
Yxy83.00150.41120.5094
Hunter Lab91.1052-28.163455.3514
CIE-Lab93.0151-24.905089.6225

#ebf50f color RGB value is (235,245,15).

#ebf50f hex color red value is 235, green value is 245 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ebf50f hue: 0.17 , saturation: 0.92 and the lightness value of ebf50f is 0.51.

The process color (four color CMYK) of #ebf50f color hex is 0.04, 0.00, 0.94, 0.04. Web safe color of #ebf50f is #ffff00. Color #ebf50f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110101 00001111
Octal 353 365 17
Decimal 235 245 15
Hex EB F5 F

RGB Percentages of Color #ebf50f

%47.47
%49.49
%3.03

CMYK Percentages of Color #ebf50f

%4
%0
%94
%4

Triadic Colors of #ebf50f

#ebf50f #0febf5 #f50feb

Analogous Colors of #ebf50f

#ebf50f #78f50f #f58c0f

Monochromatic Colors of #ebf50f

#ebf50f

Complementary Color

#ebf50f #190ff5

#ebf50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf50f Color CSS Codes

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

#ebf50f Text Font Color

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

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


#ebf50f Background Color

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

This div background color is #ebf50f


#ebf50f Border Color

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

This div border color is #ebf50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf50f

Related Colors


Comments

No comments written yet.

Please login to write comment.