Color Hex Logo

#ebe98d Color Hex

#EBE98D
(235,233,141)
0 Favorites   0 Comments

Color spaces of #ebe98d

RGB 235233141
HSL0.160.700.74
HSV59°40°92°
CMYK 0.000.010.40   0.08
XYZ68.207677.863136.6335
Yxy77.86310.37330.4262
Hunter Lab88.2401-16.443637.1534
CIE-Lab90.7174-12.342744.8926

#ebe98d color RGB value is (235,233,141).

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

The process color (four color CMYK) of #ebe98d color hex is 0.00, 0.01, 0.40, 0.08. Web safe color of #ebe98d is #ffff99. Color #ebe98d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101001 10001101
Octal 353 351 215
Decimal 235 233 141
Hex EB E9 8D

RGB Percentages of Color #ebe98d

%38.59
%38.26
%23.15

CMYK Percentages of Color #ebe98d

%0
%1
%40
%8

Triadic Colors of #ebe98d

#ebe98d #8debe9 #e98deb

Analogous Colors of #ebe98d

#ebe98d #beeb8d #ebba8d

Monochromatic Colors of #ebe98d

#ebe98d

Complementary Color

#ebe98d #8d8feb

#ebe98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe98d Color CSS Codes

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

#ebe98d Text Font Color

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

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


#ebe98d Background Color

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

This div background color is #ebe98d


#ebe98d Border Color

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

This div border color is #ebe98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe98d


Comments

No comments written yet.

Please login to write comment.