Color Hex Logo

#ebc69a Color Hex

#EBC69A
(235,198,154)
0 Favorites   0 Comments

Color spaces of #ebc69a

RGB 235198154
HSL0.090.670.76
HSV33°34°92°
CMYK 0.000.160.34   0.08
XYZ60.287860.383439.0495
Yxy60.38340.37750.3781
Hunter Lab77.70682.500124.6001
CIE-Lab82.04616.990026.9491

#ebc69a color RGB value is (235,198,154).

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

The process color (four color CMYK) of #ebc69a color hex is 0.00, 0.16, 0.34, 0.08. Web safe color of #ebc69a is #ffcc99. Color #ebc69a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000110 10011010
Octal 353 306 232
Decimal 235 198 154
Hex EB C6 9A

RGB Percentages of Color #ebc69a

%40.03
%33.73
%26.24

CMYK Percentages of Color #ebc69a

%0
%16
%34
%8

Triadic Colors of #ebc69a

#ebc69a #9aebc6 #c69aeb

Analogous Colors of #ebc69a

#ebc69a #e8eb9a #eb9e9a

Monochromatic Colors of #ebc69a

#ebc69a

Complementary Color

#ebc69a #9abfeb

#ebc69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc69a Color CSS Codes

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

#ebc69a Text Font Color

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

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


#ebc69a Background Color

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

This div background color is #ebc69a


#ebc69a Border Color

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

This div border color is #ebc69a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc69a


Comments

No comments written yet.

Please login to write comment.