Color Hex Logo

#ebfe72 Color Hex

#EBFE72
(235,254,114)
0 Favorites   0 Comments

Color spaces of #ebfe72

RGB 235254114
HSL0.190.990.72
HSV68°55°100°
CMYK 0.070.000.55   0.00
XYZ72.740089.760729.4113
Yxy89.76070.37900.4677
Hunter Lab94.7421-28.752147.9138
CIE-Lab95.8974-24.966963.6416

#ebfe72 color RGB value is (235,254,114).

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

The process color (four color CMYK) of #ebfe72 color hex is 0.07, 0.00, 0.55, 0.00. Web safe color of #ebfe72 is #ffff66. Color #ebfe72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 01110010
Octal 353 376 162
Decimal 235 254 114
Hex EB FE 72

RGB Percentages of Color #ebfe72

%38.97
%42.12
%18.91

CMYK Percentages of Color #ebfe72

%7
%0
%55
%0

Triadic Colors of #ebfe72

#ebfe72 #72ebfe #fe72eb

Analogous Colors of #ebfe72

#ebfe72 #a5fe72 #fecb72

Monochromatic Colors of #ebfe72

#ebfe72

Complementary Color

#ebfe72 #8572fe

#ebfe72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfe72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfe72 Color CSS Codes

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

#ebfe72 Text Font Color

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

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


#ebfe72 Background Color

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

This div background color is #ebfe72


#ebfe72 Border Color

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

This div border color is #ebfe72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfe72

Related Colors


Comments

No comments written yet.

Please login to write comment.