Color Hex Logo

#ebf08a Color Hex

#EBF08A
(235,240,138)
0 Favorites   0 Comments

Color spaces of #ebf08a

RGB 235240138
HSL0.170.770.74
HSV63°43°94°
CMYK 0.020.000.43   0.06
XYZ70.008581.817336.1472
Yxy81.81730.37240.4353
Hunter Lab90.4529-20.137739.6233
CIE-Lab92.4942-16.095648.5743

#ebf08a color RGB value is (235,240,138).

#ebf08a hex color red value is 235, green value is 240 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ebf08a hue: 0.17 , saturation: 0.77 and the lightness value of ebf08a is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110000 10001010
Octal 353 360 212
Decimal 235 240 138
Hex EB F0 8A

RGB Percentages of Color #ebf08a

%38.34
%39.15
%22.51

CMYK Percentages of Color #ebf08a

%2
%0
%43
%6

Triadic Colors of #ebf08a

#ebf08a #8aebf0 #f08aeb

Analogous Colors of #ebf08a

#ebf08a #b8f08a #f0c28a

Monochromatic Colors of #ebf08a

#ebf08a

Complementary Color

#ebf08a #8f8af0

#ebf08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf08a Color CSS Codes

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

#ebf08a Text Font Color

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

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


#ebf08a Background Color

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

This div background color is #ebf08a


#ebf08a Border Color

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

This div border color is #ebf08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf08a


Comments

No comments written yet.

Please login to write comment.