Color Hex Logo

#ebd49a Color Hex

#EBD49A
(235,212,154)
0 Favorites   0 Comments

Color spaces of #ebd49a

RGB 235212154
HSL0.120.670.76
HSV43°34°92°
CMYK 0.000.100.34   0.08
XYZ63.637267.082240.1660
Yxy67.08220.37240.3926
Hunter Lab81.9037-4.641428.2565
CIE-Lab85.5454-0.280331.6408

#ebd49a color RGB value is (235,212,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 10011010
Octal 353 324 232
Decimal 235 212 154
Hex EB D4 9A

RGB Percentages of Color #ebd49a

%39.10
%35.27
%25.62

CMYK Percentages of Color #ebd49a

%0
%10
%34
%8

Triadic Colors of #ebd49a

#ebd49a #9aebd4 #d49aeb

Analogous Colors of #ebd49a

#ebd49a #daeb9a #ebac9a

Monochromatic Colors of #ebd49a

#ebd49a

Complementary Color

#ebd49a #9ab1eb

#ebd49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd49a Color CSS Codes

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

#ebd49a Text Font Color

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

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


#ebd49a Background Color

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

This div background color is #ebd49a


#ebd49a Border Color

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

This div border color is #ebd49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd49a


Comments

No comments written yet.

Please login to write comment.