Color Hex Logo

#ebfa72 Color Hex

#EBFA72
(235,250,114)
0 Favorites   0 Comments

Color spaces of #ebfa72

RGB 235250114
HSL0.190.930.71
HSV67°54°98°
CMYK 0.060.000.54   0.02
XYZ71.483887.248328.9926
Yxy87.24830.38080.4648
Hunter Lab93.4068-26.856746.9817
CIE-Lab94.8435-23.072362.4410

#ebfa72 color RGB value is (235,250,114).

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

The process color (four color CMYK) of #ebfa72 color hex is 0.06, 0.00, 0.54, 0.02. Web safe color of #ebfa72 is #ffff66. Color #ebfa72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 01110010
Octal 353 372 162
Decimal 235 250 114
Hex EB FA 72

RGB Percentages of Color #ebfa72

%39.23
%41.74
%19.03

CMYK Percentages of Color #ebfa72

%6
%0
%54
%2

Triadic Colors of #ebfa72

#ebfa72 #72ebfa #fa72eb

Analogous Colors of #ebfa72

#ebfa72 #a7fa72 #fac572

Monochromatic Colors of #ebfa72

#ebfa72

Complementary Color

#ebfa72 #8172fa

#ebfa72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfa72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfa72 Color CSS Codes

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

#ebfa72 Text Font Color

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

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


#ebfa72 Background Color

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

This div background color is #ebfa72


#ebfa72 Border Color

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

This div border color is #ebfa72


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,250,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 #ebfa72">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfa72

Related Colors


Comments

No comments written yet.

Please login to write comment.