Color Hex Logo

#eb996b Color Hex

#EB996B
(235,153,107)
0 Favorites   0 Comments

Color spaces of #eb996b

RGB 235153107
HSL0.060.760.67
HSV22°54°92°
CMYK 0.000.350.54   0.08
XYZ48.306041.506219.3754
Yxy41.50620.44240.3801
Hunter Lab64.425321.094827.2667
CIE-Lab70.529126.046236.6948

#eb996b color RGB value is (235,153,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011001 01101011
Octal 353 231 153
Decimal 235 153 107
Hex EB 99 6B

RGB Percentages of Color #eb996b

%47.47
%30.91
%21.62

CMYK Percentages of Color #eb996b

%0
%35
%54
%8

Triadic Colors of #eb996b

#eb996b #6beb99 #996beb

Analogous Colors of #eb996b

#eb996b #ebd96b #eb6b7d

Monochromatic Colors of #eb996b

#eb996b

Complementary Color

#eb996b #6bbdeb

#eb996b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb996b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb996b Color CSS Codes

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

#eb996b Text Font Color

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

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


#eb996b Background Color

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

This div background color is #eb996b


#eb996b Border Color

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

This div border color is #eb996b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb996b


Comments

No comments written yet.

Please login to write comment.