Color Hex Logo

#ebba7d Color Hex

#EBBA7D
(235,186,125)
0 Favorites   0 Comments

Color spaces of #ebba7d

RGB 235186125
HSL0.090.730.71
HSV33°47°92°
CMYK 0.000.210.47   0.08
XYZ55.521554.260626.9491
Yxy54.26060.40610.3968
Hunter Lab73.66185.633629.8721
CIE-Lab78.613410.152637.5550

#ebba7d color RGB value is (235,186,125).

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

The process color (four color CMYK) of #ebba7d color hex is 0.00, 0.21, 0.47, 0.08. Web safe color of #ebba7d is #ffcc66. Color #ebba7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 01111101
Octal 353 272 175
Decimal 235 186 125
Hex EB BA 7D

RGB Percentages of Color #ebba7d

%43.04
%34.07
%22.89

CMYK Percentages of Color #ebba7d

%0
%21
%47
%8

Triadic Colors of #ebba7d

#ebba7d #7debba #ba7deb

Analogous Colors of #ebba7d

#ebba7d #e5eb7d #eb837d

Monochromatic Colors of #ebba7d

#ebba7d

Complementary Color

#ebba7d #7daeeb

#ebba7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebba7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebba7d Color CSS Codes

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

#ebba7d Text Font Color

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

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


#ebba7d Background Color

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

This div background color is #ebba7d


#ebba7d Border Color

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

This div border color is #ebba7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebba7d

#ebba7d Color Palettes


Comments

No comments written yet.

Please login to write comment.