Color Hex Logo

#ebfacb Color Hex

#EBFACB
(235,250,203)
0 Favorites   0 Comments

Color spaces of #ebfacb

RGB 235250203
HSL0.220.820.89
HSV79°19°98°
CMYK 0.060.000.19   0.02
XYZ79.226090.345269.7626
Yxy90.34520.33100.3775
Hunter Lab95.0501-17.554623.0188
CIE-Lab96.1398-12.803220.9258

#ebfacb color RGB value is (235,250,203).

#ebfacb hex color red value is 235, green value is 250 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ebfacb hue: 0.22 , saturation: 0.82 and the lightness value of ebfacb is 0.89.

The process color (four color CMYK) of #ebfacb color hex is 0.06, 0.00, 0.19, 0.02. Web safe color of #ebfacb is #ffffcc. Color #ebfacb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 11001011
Octal 353 372 313
Decimal 235 250 203
Hex EB FA CB

RGB Percentages of Color #ebfacb

%34.16
%36.34
%29.51

CMYK Percentages of Color #ebfacb

%6
%0
%19
%2

Triadic Colors of #ebfacb

#ebfacb #cbebfa #facbeb

Analogous Colors of #ebfacb

#ebfacb #d4facb #faf2cb

Monochromatic Colors of #ebfacb

#ebfacb

Complementary Color

#ebfacb #dacbfa

#ebfacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfacb Color CSS Codes

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

#ebfacb Text Font Color

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

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


#ebfacb Background Color

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

This div background color is #ebfacb


#ebfacb Border Color

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

This div border color is #ebfacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfacb


Comments

No comments written yet.

Please login to write comment.