Color Hex Logo

#ebae7a Color Hex

#EBAE7A
(235,174,122)
0 Favorites   0 Comments

Color spaces of #ebae7a

RGB 235174122
HSL0.080.740.70
HSV28°48°92°
CMYK 0.000.260.48   0.08
XYZ52.909949.339425.1472
Yxy49.33940.41530.3873
Hunter Lab70.242011.531927.9431
CIE-Lab75.662016.215535.3298

#ebae7a color RGB value is (235,174,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 01111010
Octal 353 256 172
Decimal 235 174 122
Hex EB AE 7A

RGB Percentages of Color #ebae7a

%44.26
%32.77
%22.98

CMYK Percentages of Color #ebae7a

%0
%26
%48
%8

Triadic Colors of #ebae7a

#ebae7a #7aebae #ae7aeb

Analogous Colors of #ebae7a

#ebae7a #ebe77a #eb7a7f

Monochromatic Colors of #ebae7a

#ebae7a

Complementary Color

#ebae7a #7ab7eb

#ebae7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebae7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebae7a Color CSS Codes

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

#ebae7a Text Font Color

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

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


#ebae7a Background Color

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

This div background color is #ebae7a


#ebae7a Border Color

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

This div border color is #ebae7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebae7a


Comments

No comments written yet.

Please login to write comment.