Color Hex Logo

#ebe76c Color Hex

#EBE76C
(235,231,108)
0 Favorites   0 Comments

Color spaces of #ebe76c

RGB 235231108
HSL0.160.760.67
HSV58°54°92°
CMYK 0.000.020.54   0.08
XYZ65.543675.896725.3824
Yxy75.89670.39290.4550
Hunter Lab87.1187-18.163643.7087
CIE-Lab89.8114-14.342959.3439

#ebe76c color RGB value is (235,231,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100111 01101100
Octal 353 347 154
Decimal 235 231 108
Hex EB E7 6C

RGB Percentages of Color #ebe76c

%40.94
%40.24
%18.82

CMYK Percentages of Color #ebe76c

%0
%2
%54
%8

Triadic Colors of #ebe76c

#ebe76c #6cebe7 #e76ceb

Analogous Colors of #ebe76c

#ebe76c #b0eb6c #eba86c

Monochromatic Colors of #ebe76c

#ebe76c

Complementary Color

#ebe76c #6c70eb

#ebe76c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe76c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe76c Color CSS Codes

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

#ebe76c Text Font Color

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

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


#ebe76c Background Color

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

This div background color is #ebe76c


#ebe76c Border Color

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

This div border color is #ebe76c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe76c


Comments

No comments written yet.

Please login to write comment.