Color Hex Logo

#ebfadd Color Hex

#EBFADD
(235,250,221)
0 Favorites   0 Comments

Color spaces of #ebfadd

RGB 235250221
HSL0.250.740.92
HSV91°12°98°
CMYK 0.060.000.12   0.02
XYZ81.497791.253881.7250
Yxy91.25380.32030.3586
Hunter Lab95.5269-14.886716.1451
CIE-Lab96.5145-9.962912.2318

#ebfadd color RGB value is (235,250,221).

#ebfadd hex color red value is 235, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ebfadd hue: 0.25 , saturation: 0.74 and the lightness value of ebfadd is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 11011101
Octal 353 372 335
Decimal 235 250 221
Hex EB FA DD

RGB Percentages of Color #ebfadd

%33.29
%35.41
%31.30

CMYK Percentages of Color #ebfadd

%6
%0
%12
%2

Triadic Colors of #ebfadd

#ebfadd #ddebfa #faddeb

Analogous Colors of #ebfadd

#ebfadd #ddfade #fafadd

Monochromatic Colors of #ebfadd

#ebfadd

Complementary Color

#ebfadd #ecddfa

#ebfadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfadd Color CSS Codes

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

#ebfadd Text Font Color

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

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


#ebfadd Background Color

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

This div background color is #ebfadd


#ebfadd Border Color

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

This div border color is #ebfadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfadd


Comments

No comments written yet.

Please login to write comment.