Color Hex Logo

#ebfec1 Color Hex

#EBFEC1
(235,254,193)
0 Favorites   0 Comments

Color spaces of #ebfec1

RGB 235254193
HSL0.220.970.88
HSV79°24°100°
CMYK 0.070.000.24   0.00
XYZ79.328492.396064.1052
Yxy92.39600.33640.3918
Hunter Lab96.1228-20.902227.7449
CIE-Lab96.9819-16.230627.1706

#ebfec1 color RGB value is (235,254,193).

#ebfec1 hex color red value is 235, green value is 254 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #ebfec1 hue: 0.22 , saturation: 0.97 and the lightness value of ebfec1 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 11000001
Octal 353 376 301
Decimal 235 254 193
Hex EB FE C1

RGB Percentages of Color #ebfec1

%34.46
%37.24
%28.30

CMYK Percentages of Color #ebfec1

%7
%0
%24
%0

Triadic Colors of #ebfec1

#ebfec1 #c1ebfe #fec1eb

Analogous Colors of #ebfec1

#ebfec1 #cdfec1 #fef3c1

Monochromatic Colors of #ebfec1

#ebfec1

Complementary Color

#ebfec1 #d4c1fe

#ebfec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfec1 Color CSS Codes

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

#ebfec1 Text Font Color

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

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


#ebfec1 Background Color

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

This div background color is #ebfec1


#ebfec1 Border Color

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

This div border color is #ebfec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfec1

Related Colors


Comments

No comments written yet.

Please login to write comment.