Color Hex Logo

#ebfecb Color Hex

#EBFECB
(235,254,203)
0 Favorites   0 Comments

Color spaces of #ebfecb

RGB 235254203
HSL0.230.960.90
HSV82°20°100°
CMYK 0.070.000.20   0.00
XYZ80.482392.857670.1814
Yxy92.85760.33050.3813
Hunter Lab96.3626-19.551024.2726
CIE-Lab97.1698-14.768622.3573

#ebfecb color RGB value is (235,254,203).

#ebfecb hex color red value is 235, green value is 254 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ebfecb hue: 0.23 , saturation: 0.96 and the lightness value of ebfecb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 11001011
Octal 353 376 313
Decimal 235 254 203
Hex EB FE CB

RGB Percentages of Color #ebfecb

%33.96
%36.71
%29.34

CMYK Percentages of Color #ebfecb

%7
%0
%20
%0

Triadic Colors of #ebfecb

#ebfecb #cbebfe #fecbeb

Analogous Colors of #ebfecb

#ebfecb #d2fecb #fef8cb

Monochromatic Colors of #ebfecb

#ebfecb

Complementary Color

#ebfecb #decbfe

#ebfecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfecb Color CSS Codes

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

#ebfecb Text Font Color

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

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


#ebfecb Background Color

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

This div background color is #ebfecb


#ebfecb Border Color

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

This div border color is #ebfecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfecb


Comments

No comments written yet.

Please login to write comment.