Color Hex Logo

#ebb98d Color Hex

#EBB98D
(235,185,141)
0 Favorites   0 Comments

Color spaces of #ebb98d

RGB 235185141
HSL0.080.700.74
HSV28°40°92°
CMYK 0.000.210.40   0.08
XYZ56.417654.283232.7035
Yxy54.28320.39340.3785
Hunter Lab73.67717.749825.2566
CIE-Lab78.626612.332629.2100

#ebb98d color RGB value is (235,185,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111001 10001101
Octal 353 271 215
Decimal 235 185 141
Hex EB B9 8D

RGB Percentages of Color #ebb98d

%41.89
%32.98
%25.13

CMYK Percentages of Color #ebb98d

%0
%21
%40
%8

Triadic Colors of #ebb98d

#ebb98d #8debb9 #b98deb

Analogous Colors of #ebb98d

#ebb98d #ebe88d #eb8d90

Monochromatic Colors of #ebb98d

#ebb98d

Complementary Color

#ebb98d #8dbfeb

#ebb98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb98d Color CSS Codes

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

#ebb98d Text Font Color

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

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


#ebb98d Background Color

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

This div background color is #ebb98d


#ebb98d Border Color

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

This div border color is #ebb98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb98d


Comments

No comments written yet.

Please login to write comment.