Color Hex Logo

#ebfb8a Color Hex

#EBFB8A
(235,251,138)
0 Favorites   0 Comments

Color spaces of #ebfb8a

RGB 235251138
HSL0.190.930.76
HSV68°45°98°
CMYK 0.060.000.45   0.02
XYZ73.345688.491537.2596
Yxy88.49150.36840.4445
Hunter Lab94.0699-25.447342.3651
CIE-Lab95.3675-21.417152.1221

#ebfb8a color RGB value is (235,251,138).

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

The process color (four color CMYK) of #ebfb8a color hex is 0.06, 0.00, 0.45, 0.02. Web safe color of #ebfb8a is #ffff99. Color #ebfb8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 10001010
Octal 353 373 212
Decimal 235 251 138
Hex EB FB 8A

RGB Percentages of Color #ebfb8a

%37.66
%40.22
%22.12

CMYK Percentages of Color #ebfb8a

%6
%0
%45
%2

Triadic Colors of #ebfb8a

#ebfb8a #8aebfb #fb8aeb

Analogous Colors of #ebfb8a

#ebfb8a #b3fb8a #fbd38a

Monochromatic Colors of #ebfb8a

#ebfb8a

Complementary Color

#ebfb8a #9a8afb

#ebfb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfb8a Color CSS Codes

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

#ebfb8a Text Font Color

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

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


#ebfb8a Background Color

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

This div background color is #ebfb8a


#ebfb8a Border Color

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

This div border color is #ebfb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfb8a

Related Colors


Comments

No comments written yet.

Please login to write comment.