Color Hex Logo

#ebeac1 Color Hex

#EBEAC1
(235,234,193)
0 Favorites   0 Comments

Color spaces of #ebeac1

RGB 235234193
HSL0.160.510.84
HSV59°18°92°
CMYK 0.000.000.18   0.08
XYZ73.309480.358162.0989
Yxy80.35810.33980.3724
Hunter Lab89.6427-10.898221.6774
CIE-Lab91.8453-6.310620.0816

#ebeac1 color RGB value is (235,234,193).

#ebeac1 hex color red value is 235, green value is 234 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #ebeac1 hue: 0.16 , saturation: 0.51 and the lightness value of ebeac1 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 11000001
Octal 353 352 301
Decimal 235 234 193
Hex EB EA C1

RGB Percentages of Color #ebeac1

%35.50
%35.35
%29.15

CMYK Percentages of Color #ebeac1

%0
%0
%18
%8

Triadic Colors of #ebeac1

#ebeac1 #c1ebea #eac1eb

Analogous Colors of #ebeac1

#ebeac1 #d7ebc1 #ebd5c1

Monochromatic Colors of #ebeac1

#ebeac1

Complementary Color

#ebeac1 #c1c2eb

#ebeac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeac1 Color CSS Codes

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

#ebeac1 Text Font Color

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

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


#ebeac1 Background Color

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

This div background color is #ebeac1


#ebeac1 Border Color

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

This div border color is #ebeac1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeac1


Comments

No comments written yet.

Please login to write comment.