Color Hex Logo

#ebe46f Color Hex

#EBE46F
(235,228,111)
0 Favorites   0 Comments

Color spaces of #ebe46f

RGB 235228111
HSL0.160.760.68
HSV57°53°92°
CMYK 0.000.030.53   0.08
XYZ64.873674.296725.9604
Yxy74.29670.39290.4499
Hunter Lab86.1955-16.497242.4799
CIE-Lab89.0625-12.625557.1255

#ebe46f color RGB value is (235,228,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100100 01101111
Octal 353 344 157
Decimal 235 228 111
Hex EB E4 6F

RGB Percentages of Color #ebe46f

%40.94
%39.72
%19.34

CMYK Percentages of Color #ebe46f

%0
%3
%53
%8

Triadic Colors of #ebe46f

#ebe46f #6febe4 #e46feb

Analogous Colors of #ebe46f

#ebe46f #b4eb6f #eba66f

Monochromatic Colors of #ebe46f

#ebe46f

Complementary Color

#ebe46f #6f76eb

#ebe46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe46f Color CSS Codes

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

#ebe46f Text Font Color

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

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


#ebe46f Background Color

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

This div background color is #ebe46f


#ebe46f Border Color

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

This div border color is #ebe46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe46f


Comments

No comments written yet.

Please login to write comment.