Color Hex Logo

#eb996f Color Hex

#EB996F
(235,153,111)
0 Favorites   0 Comments

Color spaces of #eb996f

RGB 235153111
HSL0.060.760.68
HSV20°53°92°
CMYK 0.000.350.53   0.08
XYZ48.521441.592320.5097
Yxy41.59230.43860.3760
Hunter Lab64.492121.435526.2891
CIE-Lab70.588926.380734.6441

#eb996f color RGB value is (235,153,111).

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

The process color (four color CMYK) of #eb996f color hex is 0.00, 0.35, 0.53, 0.08. Web safe color of #eb996f is #ff9966. Color #eb996f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011001 01101111
Octal 353 231 157
Decimal 235 153 111
Hex EB 99 6F

RGB Percentages of Color #eb996f

%47.09
%30.66
%22.24

CMYK Percentages of Color #eb996f

%0
%35
%53
%8

Triadic Colors of #eb996f

#eb996f #6feb99 #996feb

Analogous Colors of #eb996f

#eb996f #ebd76f #eb6f83

Monochromatic Colors of #eb996f

#eb996f

Complementary Color

#eb996f #6fc1eb

#eb996f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb996f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb996f Color CSS Codes

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

#eb996f Text Font Color

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

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


#eb996f Background Color

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

This div background color is #eb996f


#eb996f Border Color

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

This div border color is #eb996f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb996f


Comments

No comments written yet.

Please login to write comment.