Color Hex Logo

#ebbe7f Color Hex

#EBBE7F
(235,190,127)
0 Favorites   0 Comments

Color spaces of #ebbe7f

RGB 235190127
HSL0.100.730.71
HSV35°46°92°
CMYK 0.000.190.46   0.08
XYZ56.505256.021427.9137
Yxy56.02140.40230.3989
Hunter Lab74.84743.773530.2815
CIE-Lab79.62608.242237.8201

#ebbe7f color RGB value is (235,190,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 01111111
Octal 353 276 177
Decimal 235 190 127
Hex EB BE 7F

RGB Percentages of Color #ebbe7f

%42.57
%34.42
%23.01

CMYK Percentages of Color #ebbe7f

%0
%19
%46
%8

Triadic Colors of #ebbe7f

#ebbe7f #7febbe #be7feb

Analogous Colors of #ebbe7f

#ebbe7f #e2eb7f #eb887f

Monochromatic Colors of #ebbe7f

#ebbe7f

Complementary Color

#ebbe7f #7faceb

#ebbe7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbe7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbe7f Color CSS Codes

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

#ebbe7f Text Font Color

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

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


#ebbe7f Background Color

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

This div background color is #ebbe7f


#ebbe7f Border Color

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

This div border color is #ebbe7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbe7f


Comments

No comments written yet.

Please login to write comment.