Color Hex Logo

#ebbb7e Color Hex

#EBBB7E
(235,187,126)
0 Favorites   0 Comments

Color spaces of #ebbb7e

RGB 235187126
HSL0.090.730.71
HSV34°46°92°
CMYK 0.000.200.46   0.08
XYZ55.797254.709227.3578
Yxy54.70920.40470.3968
Hunter Lab73.96575.214429.8463
CIE-Lab78.87359.722537.3717

#ebbb7e color RGB value is (235,187,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 01111110
Octal 353 273 176
Decimal 235 187 126
Hex EB BB 7E

RGB Percentages of Color #ebbb7e

%42.88
%34.12
%22.99

CMYK Percentages of Color #ebbb7e

%0
%20
%46
%8

Triadic Colors of #ebbb7e

#ebbb7e #7eebbb #bb7eeb

Analogous Colors of #ebbb7e

#ebbb7e #e5eb7e #eb857e

Monochromatic Colors of #ebbb7e

#ebbb7e

Complementary Color

#ebbb7e #7eaeeb

#ebbb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbb7e Color CSS Codes

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

#ebbb7e Text Font Color

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

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


#ebbb7e Background Color

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

This div background color is #ebbb7e


#ebbb7e Border Color

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

This div border color is #ebbb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbb7e


Comments

No comments written yet.

Please login to write comment.