Color Hex Logo

#ebfa6c Color Hex

#EBFA6C
(235,250,108)
0 Favorites   0 Comments

Color spaces of #ebfa6c

RGB 235250108
HSL0.180.930.70
HSV66°57°98°
CMYK 0.060.000.57   0.02
XYZ71.153387.116127.2523
Yxy87.11610.38350.4696
Hunter Lab93.3360-27.261248.0237
CIE-Lab94.7875-23.532764.9722

#ebfa6c color RGB value is (235,250,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 01101100
Octal 353 372 154
Decimal 235 250 108
Hex EB FA 6C

RGB Percentages of Color #ebfa6c

%39.63
%42.16
%18.21

CMYK Percentages of Color #ebfa6c

%6
%0
%57
%2

Triadic Colors of #ebfa6c

#ebfa6c #6cebfa #fa6ceb

Analogous Colors of #ebfa6c

#ebfa6c #a4fa6c #fac26c

Monochromatic Colors of #ebfa6c

#ebfa6c

Complementary Color

#ebfa6c #7b6cfa

#ebfa6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfa6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfa6c Color CSS Codes

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

#ebfa6c Text Font Color

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

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


#ebfa6c Background Color

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

This div background color is #ebfa6c


#ebfa6c Border Color

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

This div border color is #ebfa6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfa6c


Comments

No comments written yet.

Please login to write comment.