Color Hex Logo

#eb935d Color Hex

#EB935D
(235,147,93)
0 Favorites   0 Comments

Color spaces of #eb935d

RGB 23514793
HSL0.060.780.64
HSV23°60°92°
CMYK 0.000.370.60   0.08
XYZ46.670539.319915.4856
Yxy39.31990.45990.3875
Hunter Lab62.705623.119229.2518
CIE-Lab68.982428.158342.1248

#eb935d color RGB value is (235,147,93).

#eb935d hex color red value is 235, green value is 147 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #eb935d hue: 0.06 , saturation: 0.78 and the lightness value of eb935d is 0.64.

The process color (four color CMYK) of #eb935d color hex is 0.00, 0.37, 0.60, 0.08. Web safe color of #eb935d is #ff9966. Color #eb935d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010011 01011101
Octal 353 223 135
Decimal 235 147 93
Hex EB 93 5D

RGB Percentages of Color #eb935d

%49.47
%30.95
%19.58

CMYK Percentages of Color #eb935d

%0
%37
%60
%8

Triadic Colors of #eb935d

#eb935d #5deb93 #935deb

Analogous Colors of #eb935d

#eb935d #ebda5d #eb5d6e

Monochromatic Colors of #eb935d

#eb935d

Complementary Color

#eb935d #5db5eb

#eb935d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb935d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb935d Color CSS Codes

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

#eb935d Text Font Color

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

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


#eb935d Background Color

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

This div background color is #eb935d


#eb935d Border Color

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

This div border color is #eb935d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb935d


Comments

No comments written yet.

Please login to write comment.