color codes Logo

#ebe76f color codes

#EBE76F
(235,231,111)
0 Favorites   0 Comments

Color spaces of #ebe76f

RGB 235231111
HSL0.160.760.68
HSV58°53°92°
CMYK 0.000.020.53   0.08
XYZ65.706175.961726.2379
Yxy75.96170.39130.4524
Hunter Lab87.1560-17.953543.1602
CIE-Lab89.8416-14.108358.0283

#ebe76f color RGB value is (235,231,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100111 01101111
Octal 353 347 157
Decimal 235 231 111
Hex EB E7 6F

RGB Percentages of Color #ebe76f

%40.73
%40.03
%19.24

CMYK Percentages of Color #ebe76f

%0
%2
%53
%8

Triadic Colors of #ebe76f

#ebe76f #6febe7 #e76feb

Analogous Colors of #ebe76f

#ebe76f #b1eb6f #eba96f

Monochromatic Colors of #ebe76f

#ebe76f

Complementary Color

#ebe76f #6f73eb

#ebe76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe76f Color CSS Codes

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

#ebe76f Text Font Color

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

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


#ebe76f Background Color

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

This div background color is #ebe76f


#ebe76f Border Color

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

This div border color is #ebe76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe76f


Comments

No comments written yet.

Please login to write comment.