Color Hex Logo

#ebae6d Color Hex

#EBAE6D
(235,174,109)
0 Favorites   0 Comments

Color spaces of #ebae6d

RGB 235174109
HSL0.090.760.67
HSV31°54°92°
CMYK 0.000.260.54   0.08
XYZ52.157349.038421.1844
Yxy49.03840.42620.4007
Hunter Lab70.027410.401031.0830
CIE-Lab75.475215.061041.8252

#ebae6d color RGB value is (235,174,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 01101101
Octal 353 256 155
Decimal 235 174 109
Hex EB AE 6D

RGB Percentages of Color #ebae6d

%45.37
%33.59
%21.04

CMYK Percentages of Color #ebae6d

%0
%26
%54
%8

Triadic Colors of #ebae6d

#ebae6d #6debae #ae6deb

Analogous Colors of #ebae6d

#ebae6d #e9eb6d #eb6f6d

Monochromatic Colors of #ebae6d

#ebae6d

Complementary Color

#ebae6d #6daaeb

#ebae6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebae6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebae6d Color CSS Codes

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

#ebae6d Text Font Color

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

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


#ebae6d Background Color

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

This div background color is #ebae6d


#ebae6d Border Color

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

This div border color is #ebae6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebae6d


Comments

No comments written yet.

Please login to write comment.