Color Hex Logo

#ebd98f Color Hex

#EBD98F
(235,217,143)
0 Favorites   0 Comments

Color spaces of #ebd98f

RGB 235217143
HSL0.130.700.74
HSV48°39°92°
CMYK 0.000.080.39   0.08
XYZ64.031769.271035.9824
Yxy69.27100.37820.4092
Hunter Lab83.2292-8.323632.6277
CIE-Lab86.6381-4.087938.6884

#ebd98f color RGB value is (235,217,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 10001111
Octal 353 331 217
Decimal 235 217 143
Hex EB D9 8F

RGB Percentages of Color #ebd98f

%39.50
%36.47
%24.03

CMYK Percentages of Color #ebd98f

%0
%8
%39
%8

Triadic Colors of #ebd98f

#ebd98f #8febd9 #d98feb

Analogous Colors of #ebd98f

#ebd98f #cfeb8f #ebab8f

Monochromatic Colors of #ebd98f

#ebd98f

Complementary Color

#ebd98f #8fa1eb

#ebd98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd98f Color CSS Codes

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

#ebd98f Text Font Color

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

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


#ebd98f Background Color

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

This div background color is #ebd98f


#ebd98f Border Color

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

This div border color is #ebd98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd98f


Comments

No comments written yet.

Please login to write comment.