Color Hex Logo

#ebefad Color Hex

#EBEFAD
(235,239,173)
0 Favorites   0 Comments

Color spaces of #ebefad

RGB 235239173
HSL0.180.670.81
HSV64°28°94°
CMYK 0.020.000.28   0.06
XYZ72.670382.412351.6122
Yxy82.41230.35160.3987
Hunter Lab90.7812-15.978029.8385
CIE-Lab92.7565-11.574731.5701

#ebefad color RGB value is (235,239,173).

#ebefad hex color red value is 235, green value is 239 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ebefad hue: 0.18 , saturation: 0.67 and the lightness value of ebefad is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101111 10101101
Octal 353 357 255
Decimal 235 239 173
Hex EB EF AD

RGB Percentages of Color #ebefad

%36.32
%36.94
%26.74

CMYK Percentages of Color #ebefad

%2
%0
%28
%6

Triadic Colors of #ebefad

#ebefad #adebef #efadeb

Analogous Colors of #ebefad

#ebefad #caefad #efd2ad

Monochromatic Colors of #ebefad

#ebefad

Complementary Color

#ebefad #b1adef

#ebefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebefad Color CSS Codes

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

#ebefad Text Font Color

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

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


#ebefad Background Color

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

This div background color is #ebefad


#ebefad Border Color

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

This div border color is #ebefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebefad


Comments

No comments written yet.

Please login to write comment.