Color Hex Logo

#ebd099 Color Hex

#EBD099
(235,208,153)
0 Favorites   0 Comments

Color spaces of #ebd099

RGB 235208153
HSL0.110.670.76
HSV40°35°92°
CMYK 0.000.110.35   0.08
XYZ62.566665.073839.3999
Yxy65.07380.37460.3896
Hunter Lab80.6683-2.724527.5095
CIE-Lab84.52181.665330.7936

#ebd099 color RGB value is (235,208,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010000 10011001
Octal 353 320 231
Decimal 235 208 153
Hex EB D0 99

RGB Percentages of Color #ebd099

%39.43
%34.90
%25.67

CMYK Percentages of Color #ebd099

%0
%11
%35
%8

Triadic Colors of #ebd099

#ebd099 #99ebd0 #d099eb

Analogous Colors of #ebd099

#ebd099 #ddeb99 #eba799

Monochromatic Colors of #ebd099

#ebd099

Complementary Color

#ebd099 #99b4eb

#ebd099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd099 Color CSS Codes

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

#ebd099 Text Font Color

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

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


#ebd099 Background Color

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

This div background color is #ebd099


#ebd099 Border Color

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

This div border color is #ebd099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd099


Comments

No comments written yet.

Please login to write comment.