Color Hex Logo

#ebfacd Color Hex

#EBFACD
(235,250,205)
0 Favorites   0 Comments

Color spaces of #ebfacd

RGB 235250205
HSL0.220.820.89
HSV80°18°98°
CMYK 0.060.000.18   0.02
XYZ79.466090.441271.0262
Yxy90.44120.32980.3754
Hunter Lab95.1006-17.271522.2895
CIE-Lab96.1795-12.499619.9595

#ebfacd color RGB value is (235,250,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 11001101
Octal 353 372 315
Decimal 235 250 205
Hex EB FA CD

RGB Percentages of Color #ebfacd

%34.06
%36.23
%29.71

CMYK Percentages of Color #ebfacd

%6
%0
%18
%2

Triadic Colors of #ebfacd

#ebfacd #cdebfa #facdeb

Analogous Colors of #ebfacd

#ebfacd #d5facd #faf3cd

Monochromatic Colors of #ebfacd

#ebfacd

Complementary Color

#ebfacd #dccdfa

#ebfacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfacd Color CSS Codes

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

#ebfacd Text Font Color

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

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


#ebfacd Background Color

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

This div background color is #ebfacd


#ebfacd Border Color

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

This div border color is #ebfacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfacd

Related Colors


Comments

No comments written yet.

Please login to write comment.