Color Hex Logo

#ebbe7e Color Hex

#EBBE7E
(235,190,126)
0 Favorites   0 Comments

Color spaces of #ebbe7e

RGB 235190126
HSL0.100.730.71
HSV35°46°92°
CMYK 0.000.190.46   0.08
XYZ56.440355.995427.5721
Yxy55.99540.40310.3999
Hunter Lab74.83013.680330.5349
CIE-Lab79.61128.144938.3150

#ebbe7e color RGB value is (235,190,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 01111110
Octal 353 276 176
Decimal 235 190 126
Hex EB BE 7E

RGB Percentages of Color #ebbe7e

%42.65
%34.48
%22.87

CMYK Percentages of Color #ebbe7e

%0
%19
%46
%8

Triadic Colors of #ebbe7e

#ebbe7e #7eebbe #be7eeb

Analogous Colors of #ebbe7e

#ebbe7e #e2eb7e #eb887e

Monochromatic Colors of #ebbe7e

#ebbe7e

Complementary Color

#ebbe7e #7eabeb

#ebbe7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbe7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbe7e Color CSS Codes

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

#ebbe7e Text Font Color

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

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


#ebbe7e Background Color

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

This div background color is #ebbe7e


#ebbe7e Border Color

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

This div border color is #ebbe7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbe7e


Comments

No comments written yet.

Please login to write comment.