Color Hex Logo

#ebfb6a Color Hex

#EBFB6A
(235,251,106)
0 Favorites   0 Comments

Color spaces of #ebfb6a

RGB 235251106
HSL0.190.950.70
HSV67°58°98°
CMYK 0.060.000.58   0.02
XYZ71.359687.697126.8019
Yxy87.69710.38390.4718
Hunter Lab93.6467-27.863348.5838
CIE-Lab95.0333-24.153666.0941

#ebfb6a color RGB value is (235,251,106).

#ebfb6a hex color red value is 235, green value is 251 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ebfb6a hue: 0.19 , saturation: 0.95 and the lightness value of ebfb6a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 01101010
Octal 353 373 152
Decimal 235 251 106
Hex EB FB 6A

RGB Percentages of Color #ebfb6a

%39.70
%42.40
%17.91

CMYK Percentages of Color #ebfb6a

%6
%0
%58
%2

Triadic Colors of #ebfb6a

#ebfb6a #6aebfb #fb6aeb

Analogous Colors of #ebfb6a

#ebfb6a #a3fb6a #fbc36a

Monochromatic Colors of #ebfb6a

#ebfb6a

Complementary Color

#ebfb6a #7a6afb

#ebfb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfb6a Color CSS Codes

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

#ebfb6a Text Font Color

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

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


#ebfb6a Background Color

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

This div background color is #ebfb6a


#ebfb6a Border Color

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

This div border color is #ebfb6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfb6a


Comments

No comments written yet.

Please login to write comment.