Color Hex Logo

#eb696a Color Hex

#EB696A
(235,105,106)
0 Favorites   0 Comments

Color spaces of #eb696a

RGB 235105106
HSL1.000.760.67
HSV360°55°92°
CMYK 0.000.550.55   0.08
XYZ41.914028.805916.9867
Yxy28.80590.47790.3284
Hunter Lab53.671145.473518.8047
CIE-Lab60.609950.362624.4198

#eb696a color RGB value is (235,105,106).

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

The process color (four color CMYK) of #eb696a color hex is 0.00, 0.55, 0.55, 0.08. Web safe color of #eb696a is #ff6666. Color #eb696a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101001 01101010
Octal 353 151 152
Decimal 235 105 106
Hex EB 69 6A

RGB Percentages of Color #eb696a

%52.69
%23.54
%23.77

CMYK Percentages of Color #eb696a

%0
%55
%55
%8

Triadic Colors of #eb696a

#eb696a #6aeb69 #696aeb

Analogous Colors of #eb696a

#eb696a #eba969 #eb69ab

Monochromatic Colors of #eb696a

#eb696a

Complementary Color

#eb696a #69ebea

#eb696a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb696a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb696a Color CSS Codes

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

#eb696a Text Font Color

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

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


#eb696a Background Color

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

This div background color is #eb696a


#eb696a Border Color

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

This div border color is #eb696a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb696a


Comments

No comments written yet.

Please login to write comment.