Color Hex Logo

#eb9265 Color Hex

#EB9265
(235,146,101)
0 Favorites   0 Comments

Color spaces of #eb9265

RGB 235146101
HSL0.060.770.66
HSV20°57°92°
CMYK 0.000.380.57   0.08
XYZ46.888839.159517.3992
Yxy39.15950.45330.3785
Hunter Lab62.577624.237727.3192
CIE-Lab68.866629.271137.7910

#eb9265 color RGB value is (235,146,101).

#eb9265 hex color red value is 235, green value is 146 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #eb9265 hue: 0.06 , saturation: 0.77 and the lightness value of eb9265 is 0.66.

The process color (four color CMYK) of #eb9265 color hex is 0.00, 0.38, 0.57, 0.08. Web safe color of #eb9265 is #ff9966. Color #eb9265 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010010 01100101
Octal 353 222 145
Decimal 235 146 101
Hex EB 92 65

RGB Percentages of Color #eb9265

%48.76
%30.29
%20.95

CMYK Percentages of Color #eb9265

%0
%38
%57
%8

Triadic Colors of #eb9265

#eb9265 #65eb92 #9265eb

Analogous Colors of #eb9265

#eb9265 #ebd565 #eb657b

Monochromatic Colors of #eb9265

#eb9265

Complementary Color

#eb9265 #65beeb

#eb9265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9265 Color CSS Codes

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

#eb9265 Text Font Color

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

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


#eb9265 Background Color

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

This div background color is #eb9265


#eb9265 Border Color

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

This div border color is #eb9265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9265


Comments

No comments written yet.

Please login to write comment.