Color Hex Logo

#ebc191 Color Hex

#EBC191
(235,193,145)
0 Favorites   0 Comments

Color spaces of #ebc191

RGB 235193145
HSL0.090.690.75
HSV32°38°92°
CMYK 0.000.180.38   0.08
XYZ58.441757.846434.8733
Yxy57.84640.38660.3827
Hunter Lab76.05684.059126.0543
CIE-Lab80.65338.563029.8054

#ebc191 color RGB value is (235,193,145).

#ebc191 hex color red value is 235, green value is 193 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #ebc191 hue: 0.09 , saturation: 0.69 and the lightness value of ebc191 is 0.75.

The process color (four color CMYK) of #ebc191 color hex is 0.00, 0.18, 0.38, 0.08. Web safe color of #ebc191 is #ffcc99. Color #ebc191 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 10010001
Octal 353 301 221
Decimal 235 193 145
Hex EB C1 91

RGB Percentages of Color #ebc191

%41.01
%33.68
%25.31

CMYK Percentages of Color #ebc191

%0
%18
%38
%8

Triadic Colors of #ebc191

#ebc191 #91ebc1 #c191eb

Analogous Colors of #ebc191

#ebc191 #e8eb91 #eb9491

Monochromatic Colors of #ebc191

#ebc191

Complementary Color

#ebc191 #91bbeb

#ebc191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc191 Color CSS Codes

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

#ebc191 Text Font Color

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

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


#ebc191 Background Color

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

This div background color is #ebc191


#ebc191 Border Color

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

This div border color is #ebc191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc191


Comments

No comments written yet.

Please login to write comment.