Color Hex Logo

#ebeb6f Color Hex

#EBEB6F
(235,235,111)
0 Favorites   0 Comments

Color spaces of #ebeb6f

RGB 235235111
HSL0.170.760.68
HSV60°53°92°
CMYK 0.000.000.53   0.08
XYZ66.838578.226526.6154
Yxy78.22650.38930.4557
Hunter Lab88.4457-19.887544.0703
CIE-Lab90.8832-16.072659.2302

#ebeb6f color RGB value is (235,235,111).

#ebeb6f hex color red value is 235, green value is 235 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ebeb6f hue: 0.17 , saturation: 0.76 and the lightness value of ebeb6f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101011 01101111
Octal 353 353 157
Decimal 235 235 111
Hex EB EB 6F

RGB Percentages of Color #ebeb6f

%40.45
%40.45
%19.10

CMYK Percentages of Color #ebeb6f

%0
%0
%53
%8

Triadic Colors of #ebeb6f

#ebeb6f #6febeb #eb6feb

Analogous Colors of #ebeb6f

#ebeb6f #adeb6f #ebad6f

Monochromatic Colors of #ebeb6f

#ebeb6f

Complementary Color

#ebeb6f #6f6feb

#ebeb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeb6f Color CSS Codes

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

#ebeb6f Text Font Color

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

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


#ebeb6f Background Color

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

This div background color is #ebeb6f


#ebeb6f Border Color

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

This div border color is #ebeb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeb6f


Comments

No comments written yet.

Please login to write comment.