Color Hex Logo

#ebeec1 Color Hex

#EBEEC1
(235,238,193)
0 Favorites   0 Comments

Color spaces of #ebeec1

RGB 235238193
HSL0.180.570.85
HSV64°19°93°
CMYK 0.010.000.19   0.07
XYZ74.461182.661562.4828
Yxy82.66150.33910.3764
Hunter Lab90.9184-12.917722.8964
CIE-Lab92.8660-8.321521.5004

#ebeec1 color RGB value is (235,238,193).

#ebeec1 hex color red value is 235, green value is 238 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #ebeec1 hue: 0.18 , saturation: 0.57 and the lightness value of ebeec1 is 0.85.

The process color (four color CMYK) of #ebeec1 color hex is 0.01, 0.00, 0.19, 0.07. Web safe color of #ebeec1 is #ffffcc. Color #ebeec1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 11000001
Octal 353 356 301
Decimal 235 238 193
Hex EB EE C1

RGB Percentages of Color #ebeec1

%35.29
%35.74
%28.98

CMYK Percentages of Color #ebeec1

%1
%0
%19
%7

Triadic Colors of #ebeec1

#ebeec1 #c1ebee #eec1eb

Analogous Colors of #ebeec1

#ebeec1 #d5eec1 #eedbc1

Monochromatic Colors of #ebeec1

#ebeec1

Complementary Color

#ebeec1 #c4c1ee

#ebeec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeec1 Color CSS Codes

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

#ebeec1 Text Font Color

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

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


#ebeec1 Background Color

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

This div background color is #ebeec1


#ebeec1 Border Color

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

This div border color is #ebeec1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,238,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 #ebeec1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeec1

#ebeec1 Color Palettes


Comments

No comments written yet.

Please login to write comment.