Color Hex Logo

#ebe46a Color Hex

#EBE46A
(235,228,106)
0 Favorites   0 Comments

Color spaces of #ebe46a

RGB 235228106
HSL0.160.760.67
HSV57°55°92°
CMYK 0.000.030.55   0.08
XYZ64.605974.189624.5506
Yxy74.18960.39550.4542
Hunter Lab86.1334-16.846343.3939
CIE-Lab89.0120-13.014159.3253

#ebe46a color RGB value is (235,228,106).

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

The process color (four color CMYK) of #ebe46a color hex is 0.00, 0.03, 0.55, 0.08. Web safe color of #ebe46a is #ffcc66. Color #ebe46a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100100 01101010
Octal 353 344 152
Decimal 235 228 106
Hex EB E4 6A

RGB Percentages of Color #ebe46a

%41.30
%40.07
%18.63

CMYK Percentages of Color #ebe46a

%0
%3
%55
%8

Triadic Colors of #ebe46a

#ebe46a #6aebe4 #e46aeb

Analogous Colors of #ebe46a

#ebe46a #b2eb6a #eba46a

Monochromatic Colors of #ebe46a

#ebe46a

Complementary Color

#ebe46a #6a71eb

#ebe46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe46a Color CSS Codes

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

#ebe46a Text Font Color

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

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


#ebe46a Background Color

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

This div background color is #ebe46a


#ebe46a Border Color

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

This div border color is #ebe46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe46a


Comments

No comments written yet.

Please login to write comment.