Color Hex Logo

#ebd78d Color Hex

#EBD78D
(235,215,141)
0 Favorites   0 Comments

Color spaces of #ebd78d

RGB 235215141
HSL0.130.700.74
HSV47°40°92°
CMYK 0.000.090.40   0.08
XYZ63.369168.186135.0206
Yxy68.18610.38040.4093
Hunter Lab82.5749-7.522732.6571
CIE-Lab86.0994-3.283339.0028

#ebd78d color RGB value is (235,215,141).

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

The process color (four color CMYK) of #ebd78d color hex is 0.00, 0.09, 0.40, 0.08. Web safe color of #ebd78d is #ffcc99. Color #ebd78d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010111 10001101
Octal 353 327 215
Decimal 235 215 141
Hex EB D7 8D

RGB Percentages of Color #ebd78d

%39.76
%36.38
%23.86

CMYK Percentages of Color #ebd78d

%0
%9
%40
%8

Triadic Colors of #ebd78d

#ebd78d #8debd7 #d78deb

Analogous Colors of #ebd78d

#ebd78d #d0eb8d #eba88d

Monochromatic Colors of #ebd78d

#ebd78d

Complementary Color

#ebd78d #8da1eb

#ebd78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd78d Color CSS Codes

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

#ebd78d Text Font Color

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

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


#ebd78d Background Color

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

This div background color is #ebd78d


#ebd78d Border Color

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

This div border color is #ebd78d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd78d


Comments

No comments written yet.

Please login to write comment.