Color Hex Logo

#ebfaad Color Hex

#EBFAAD
(235,250,173)
0 Favorites   0 Comments

Color spaces of #ebfaad

RGB 235250173
HSL0.200.890.83
HSV72°31°98°
CMYK 0.060.000.31   0.02
XYZ75.989489.050552.7186
Yxy89.05050.34900.4089
Hunter Lab94.3666-21.403032.9338
CIE-Lab95.6015-16.980235.3688

#ebfaad color RGB value is (235,250,173).

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

The process color (four color CMYK) of #ebfaad color hex is 0.06, 0.00, 0.31, 0.02. Web safe color of #ebfaad is #ffff99. Color #ebfaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 10101101
Octal 353 372 255
Decimal 235 250 173
Hex EB FA AD

RGB Percentages of Color #ebfaad

%35.71
%37.99
%26.29

CMYK Percentages of Color #ebfaad

%6
%0
%31
%2

Triadic Colors of #ebfaad

#ebfaad #adebfa #faadeb

Analogous Colors of #ebfaad

#ebfaad #c5faad #fae3ad

Monochromatic Colors of #ebfaad

#ebfaad

Complementary Color

#ebfaad #bcadfa

#ebfaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfaad Color CSS Codes

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

#ebfaad Text Font Color

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

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


#ebfaad Background Color

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

This div background color is #ebfaad


#ebfaad Border Color

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

This div border color is #ebfaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfaad


Comments

No comments written yet.

Please login to write comment.