Color Hex Logo

#ebae7e Color Hex

#EBAE7E
(235,174,126)
0 Favorites   0 Comments

Color spaces of #ebae7e

RGB 235174126
HSL0.070.730.71
HSV26°46°92°
CMYK 0.000.260.46   0.08
XYZ53.162949.440626.4797
Yxy49.44060.41180.3830
Hunter Lab70.314011.910526.8917
CIE-Lab75.724616.600133.3076

#ebae7e color RGB value is (235,174,126).

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

The process color (four color CMYK) of #ebae7e color hex is 0.00, 0.26, 0.46, 0.08. Web safe color of #ebae7e is #ff9966. Color #ebae7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 01111110
Octal 353 256 176
Decimal 235 174 126
Hex EB AE 7E

RGB Percentages of Color #ebae7e

%43.93
%32.52
%23.55

CMYK Percentages of Color #ebae7e

%0
%26
%46
%8

Triadic Colors of #ebae7e

#ebae7e #7eebae #ae7eeb

Analogous Colors of #ebae7e

#ebae7e #ebe57e #eb7e85

Monochromatic Colors of #ebae7e

#ebae7e

Complementary Color

#ebae7e #7ebbeb

#ebae7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebae7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebae7e Color CSS Codes

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

#ebae7e Text Font Color

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

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


#ebae7e Background Color

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

This div background color is #ebae7e


#ebae7e Border Color

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

This div border color is #ebae7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebae7e


Comments

No comments written yet.

Please login to write comment.