Color Hex Logo

#ebf93e Color Hex

#EBF93E
(235,249,62)
0 Favorites   0 Comments

Color spaces of #ebf93e

RGB 23524962
HSL0.180.940.61
HSV64°75°98°
CMYK 0.060.000.75   0.02
XYZ69.006185.761317.4740
Yxy85.76130.40060.4979
Hunter Lab92.6074-29.054353.6378
CIE-Lab94.2102-25.657881.3315

#ebf93e color RGB value is (235,249,62).

#ebf93e hex color red value is 235, green value is 249 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ebf93e hue: 0.18 , saturation: 0.94 and the lightness value of ebf93e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111001 00111110
Octal 353 371 76
Decimal 235 249 62
Hex EB F9 3E

RGB Percentages of Color #ebf93e

%43.04
%45.60
%11.36

CMYK Percentages of Color #ebf93e

%6
%0
%75
%2

Triadic Colors of #ebf93e

#ebf93e #3eebf9 #f93eeb

Analogous Colors of #ebf93e

#ebf93e #8ef93e #f9aa3e

Monochromatic Colors of #ebf93e

#ebf93e

Complementary Color

#ebf93e #4c3ef9

#ebf93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf93e Color CSS Codes

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

#ebf93e Text Font Color

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

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


#ebf93e Background Color

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

This div background color is #ebf93e


#ebf93e Border Color

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

This div border color is #ebf93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf93e

Related Colors


Comments

No comments written yet.

Please login to write comment.