Color Hex Logo

#ebe47f Color Hex

#EBE47F
(235,228,127)
0 Favorites   0 Comments

Color spaces of #ebe47f

RGB 235228127
HSL0.160.730.71
HSV56°46°92°
CMYK 0.000.030.46   0.08
XYZ65.835174.681331.0237
Yxy74.68130.38380.4354
Hunter Lab86.4183-15.247539.2081
CIE-Lab89.2435-11.241349.8487

#ebe47f color RGB value is (235,228,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100100 01111111
Octal 353 344 177
Decimal 235 228 127
Hex EB E4 7F

RGB Percentages of Color #ebe47f

%39.83
%38.64
%21.53

CMYK Percentages of Color #ebe47f

%0
%3
%46
%8

Triadic Colors of #ebe47f

#ebe47f #7febe4 #e47feb

Analogous Colors of #ebe47f

#ebe47f #bceb7f #ebae7f

Monochromatic Colors of #ebe47f

#ebe47f

Complementary Color

#ebe47f #7f86eb

#ebe47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe47f Color CSS Codes

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

#ebe47f Text Font Color

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

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


#ebe47f Background Color

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

This div background color is #ebe47f


#ebe47f Border Color

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

This div border color is #ebe47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe47f


Comments

No comments written yet.

Please login to write comment.