Color Hex Logo

#ebaa7d Color Hex

#EBAA7D
(235,170,125)
0 Favorites   0 Comments

Color spaces of #ebaa7d

RGB 235170125
HSL0.070.730.71
HSV25°47°92°
CMYK 0.000.280.47   0.08
XYZ52.337347.892325.8877
Yxy47.89230.41500.3797
Hunter Lab69.204313.887226.2640
CIE-Lab74.756918.627332.5766

#ebaa7d color RGB value is (235,170,125).

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

The process color (four color CMYK) of #ebaa7d color hex is 0.00, 0.28, 0.47, 0.08. Web safe color of #ebaa7d is #ff9966. Color #ebaa7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101010 01111101
Octal 353 252 175
Decimal 235 170 125
Hex EB AA 7D

RGB Percentages of Color #ebaa7d

%44.34
%32.08
%23.58

CMYK Percentages of Color #ebaa7d

%0
%28
%47
%8

Triadic Colors of #ebaa7d

#ebaa7d #7debaa #aa7deb

Analogous Colors of #ebaa7d

#ebaa7d #ebe17d #eb7d87

Monochromatic Colors of #ebaa7d

#ebaa7d

Complementary Color

#ebaa7d #7dbeeb

#ebaa7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaa7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaa7d Color CSS Codes

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

#ebaa7d Text Font Color

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

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


#ebaa7d Background Color

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

This div background color is #ebaa7d


#ebaa7d Border Color

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

This div border color is #ebaa7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaa7d


Comments

No comments written yet.

Please login to write comment.