Color Hex Logo

#ebdd98 Color Hex

#EBDD98
(235,221,152)
0 Favorites   0 Comments

Color spaces of #ebdd98

RGB 235221152
HSL0.140.670.76
HSV50°35°92°
CMYK 0.000.060.35   0.08
XYZ65.784971.642140.0668
Yxy71.64210.37060.4036
Hunter Lab84.6417-9.389731.1831
CIE-Lab87.7960-5.114735.6393

#ebdd98 color RGB value is (235,221,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 10011000
Octal 353 335 230
Decimal 235 221 152
Hex EB DD 98

RGB Percentages of Color #ebdd98

%38.65
%36.35
%25.00

CMYK Percentages of Color #ebdd98

%0
%6
%35
%8

Triadic Colors of #ebdd98

#ebdd98 #98ebdd #dd98eb

Analogous Colors of #ebdd98

#ebdd98 #d0eb98 #ebb498

Monochromatic Colors of #ebdd98

#ebdd98

Complementary Color

#ebdd98 #98a6eb

#ebdd98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdd98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdd98 Color CSS Codes

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

#ebdd98 Text Font Color

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

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


#ebdd98 Background Color

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

This div background color is #ebdd98


#ebdd98 Border Color

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

This div border color is #ebdd98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdd98


Comments

No comments written yet.

Please login to write comment.