Color Hex Logo

#ebfe0d Color Hex

#EBFE0D
(235,254,13)
0 Favorites   0 Comments

Color spaces of #ebfe0d

RGB 23525413
HSL0.180.990.52
HSV65°95°100°
CMYK 0.070.000.95   0.00
XYZ69.775488.574813.7999
Yxy88.57480.40530.5145
Hunter Lab94.1142-32.361657.1863
CIE-Lab95.4024-29.133091.6111

#ebfe0d color RGB value is (235,254,13).

#ebfe0d hex color red value is 235, green value is 254 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ebfe0d hue: 0.18 , saturation: 0.99 and the lightness value of ebfe0d is 0.52.

The process color (four color CMYK) of #ebfe0d color hex is 0.07, 0.00, 0.95, 0.00. Web safe color of #ebfe0d is #ffff00. Color #ebfe0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 00001101
Octal 353 376 15
Decimal 235 254 13
Hex EB FE D

RGB Percentages of Color #ebfe0d

%46.81
%50.60
%2.59

CMYK Percentages of Color #ebfe0d

%7
%0
%95
%0

Triadic Colors of #ebfe0d

#ebfe0d #0debfe #fe0deb

Analogous Colors of #ebfe0d

#ebfe0d #73fe0d #fe990d

Monochromatic Colors of #ebfe0d

#ebfe0d

Complementary Color

#ebfe0d #200dfe

#ebfe0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfe0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfe0d Color CSS Codes

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

#ebfe0d Text Font Color

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

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


#ebfe0d Background Color

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

This div background color is #ebfe0d


#ebfe0d Border Color

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

This div border color is #ebfe0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfe0d

Related Colors


Comments

No comments written yet.

Please login to write comment.