Color Hex Logo

#ebeb4f Color Hex

#EBEB4F
(235,235,79)
0 Favorites   0 Comments

Color spaces of #ebeb4f

RGB 23523579
HSL0.170.800.62
HSV60°66°92°
CMYK 0.000.000.66   0.08
XYZ65.380677.643318.9379
Yxy77.64330.40370.4794
Hunter Lab88.1154-21.757148.9381
CIE-Lab90.6169-18.181472.1820

#ebeb4f color RGB value is (235,235,79).

#ebeb4f hex color red value is 235, green value is 235 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ebeb4f hue: 0.17 , saturation: 0.80 and the lightness value of ebeb4f is 0.62.

The process color (four color CMYK) of #ebeb4f color hex is 0.00, 0.00, 0.66, 0.08. Web safe color of #ebeb4f is #ffff66. Color #ebeb4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101011 01001111
Octal 353 353 117
Decimal 235 235 79
Hex EB EB 4F

RGB Percentages of Color #ebeb4f

%42.81
%42.81
%14.39

CMYK Percentages of Color #ebeb4f

%0
%0
%66
%8

Triadic Colors of #ebeb4f

#ebeb4f #4febeb #eb4feb

Analogous Colors of #ebeb4f

#ebeb4f #9deb4f #eb9d4f

Monochromatic Colors of #ebeb4f

#ebeb4f

Complementary Color

#ebeb4f #4f4feb

#ebeb4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeb4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeb4f Color CSS Codes

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

#ebeb4f Text Font Color

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

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


#ebeb4f Background Color

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

This div background color is #ebeb4f


#ebeb4f Border Color

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

This div border color is #ebeb4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeb4f


Comments

No comments written yet.

Please login to write comment.