Color Hex Logo

#ebef5a Color Hex

#EBEF5A
(235,239,90)
0 Favorites   0 Comments

Color spaces of #ebef5a

RGB 23523990
HSL0.170.820.65
HSV62°62°94°
CMYK 0.020.000.62   0.06
XYZ66.972980.133421.6103
Yxy80.13340.39700.4750
Hunter Lab89.5173-23.109348.3489
CIE-Lab91.7447-19.488269.1045

#ebef5a color RGB value is (235,239,90).

#ebef5a hex color red value is 235, green value is 239 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ebef5a hue: 0.17 , saturation: 0.82 and the lightness value of ebef5a is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101111 01011010
Octal 353 357 132
Decimal 235 239 90
Hex EB EF 5A

RGB Percentages of Color #ebef5a

%41.67
%42.38
%15.96

CMYK Percentages of Color #ebef5a

%2
%0
%62
%6

Triadic Colors of #ebef5a

#ebef5a #5aebef #ef5aeb

Analogous Colors of #ebef5a

#ebef5a #a1ef5a #efa95a

Monochromatic Colors of #ebef5a

#ebef5a

Complementary Color

#ebef5a #5e5aef

#ebef5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebef5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebef5a Color CSS Codes

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

#ebef5a Text Font Color

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

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


#ebef5a Background Color

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

This div background color is #ebef5a


#ebef5a Border Color

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

This div border color is #ebef5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebef5a


Comments

No comments written yet.

Please login to write comment.