Color Hex Logo

#ebc399 Color Hex

#EBC399
(235,195,153)
0 Favorites   0 Comments

Color spaces of #ebc399

RGB 235195153
HSL0.090.670.76
HSV31°35°92°
CMYK 0.000.170.35   0.08
XYZ59.525858.992338.3863
Yxy58.99230.37940.3760
Hunter Lab76.80643.928124.1326
CIE-Lab81.28748.443026.4499

#ebc399 color RGB value is (235,195,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000011 10011001
Octal 353 303 231
Decimal 235 195 153
Hex EB C3 99

RGB Percentages of Color #ebc399

%40.31
%33.45
%26.24

CMYK Percentages of Color #ebc399

%0
%17
%35
%8

Triadic Colors of #ebc399

#ebc399 #99ebc3 #c399eb

Analogous Colors of #ebc399

#ebc399 #eaeb99 #eb9a99

Monochromatic Colors of #ebc399

#ebc399

Complementary Color

#ebc399 #99c1eb

#ebc399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc399 Color CSS Codes

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

#ebc399 Text Font Color

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

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


#ebc399 Background Color

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

This div background color is #ebc399


#ebc399 Border Color

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

This div border color is #ebc399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc399


Comments

No comments written yet.

Please login to write comment.