Color Hex Logo

#ebc699 Color Hex

#EBC699
(235,198,153)
0 Favorites   0 Comments

Color spaces of #ebc699

RGB 235198153
HSL0.090.670.76
HSV33°35°92°
CMYK 0.000.160.35   0.08
XYZ60.204860.350238.6126
Yxy60.35020.37820.3792
Hunter Lab77.68542.384924.9104
CIE-Lab82.02826.870327.4500

#ebc699 color RGB value is (235,198,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000110 10011001
Octal 353 306 231
Decimal 235 198 153
Hex EB C6 99

RGB Percentages of Color #ebc699

%40.10
%33.79
%26.11

CMYK Percentages of Color #ebc699

%0
%16
%35
%8

Triadic Colors of #ebc699

#ebc699 #99ebc6 #c699eb

Analogous Colors of #ebc699

#ebc699 #e7eb99 #eb9d99

Monochromatic Colors of #ebc699

#ebc699

Complementary Color

#ebc699 #99beeb

#ebc699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc699 Color CSS Codes

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

#ebc699 Text Font Color

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

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


#ebc699 Background Color

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

This div background color is #ebc699


#ebc699 Border Color

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

This div border color is #ebc699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc699


Comments

No comments written yet.

Please login to write comment.