Color Hex Logo

#ebba7a Color Hex

#EBBA7A
(235,186,122)
0 Favorites   0 Comments

Color spaces of #ebba7a

RGB 235186122
HSL0.090.740.70
HSV34°48°92°
CMYK 0.000.210.48   0.08
XYZ55.332754.185125.9548
Yxy54.18510.40840.4000
Hunter Lab73.61055.359230.6219
CIE-Lab78.56959.867539.0431

#ebba7a color RGB value is (235,186,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 01111010
Octal 353 272 172
Decimal 235 186 122
Hex EB BA 7A

RGB Percentages of Color #ebba7a

%43.28
%34.25
%22.47

CMYK Percentages of Color #ebba7a

%0
%21
%48
%8

Triadic Colors of #ebba7a

#ebba7a #7aebba #ba7aeb

Analogous Colors of #ebba7a

#ebba7a #e4eb7a #eb827a

Monochromatic Colors of #ebba7a

#ebba7a

Complementary Color

#ebba7a #7aabeb

#ebba7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebba7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebba7a Color CSS Codes

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

#ebba7a Text Font Color

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

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


#ebba7a Background Color

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

This div background color is #ebba7a


#ebba7a Border Color

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

This div border color is #ebba7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebba7a


Comments

No comments written yet.

Please login to write comment.