Color Hex Logo

#ebae6f Color Hex

#EBAE6F
(235,174,111)
0 Favorites   0 Comments

Color spaces of #ebae6f

RGB 235174111
HSL0.080.760.68
HSV30°53°92°
CMYK 0.000.260.53   0.08
XYZ52.266249.082021.7580
Yxy49.08200.42460.3987
Hunter Lab70.058510.565030.6274
CIE-Lab75.502315.228940.8352

#ebae6f color RGB value is (235,174,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 01101111
Octal 353 256 157
Decimal 235 174 111
Hex EB AE 6F

RGB Percentages of Color #ebae6f

%45.19
%33.46
%21.35

CMYK Percentages of Color #ebae6f

%0
%26
%53
%8

Triadic Colors of #ebae6f

#ebae6f #6febae #ae6feb

Analogous Colors of #ebae6f

#ebae6f #eaeb6f #eb706f

Monochromatic Colors of #ebae6f

#ebae6f

Complementary Color

#ebae6f #6faceb

#ebae6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebae6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebae6f Color CSS Codes

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

#ebae6f Text Font Color

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

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


#ebae6f Background Color

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

This div background color is #ebae6f


#ebae6f Border Color

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

This div border color is #ebae6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebae6f


Comments

No comments written yet.

Please login to write comment.