Color Hex Logo

#ebefd8 Color Hex

#EBEFD8
(235,239,216)
0 Favorites   0 Comments

Color spaces of #ebefd8

RGB 235239216
HSL0.200.420.89
HSV70°10°94°
CMYK 0.020.000.10   0.06
XYZ77.522184.353077.1617
Yxy84.35300.32430.3529
Hunter Lab91.8439-10.061414.4788
CIE-Lab93.6036-5.269310.6611

#ebefd8 color RGB value is (235,239,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101111 11011000
Octal 353 357 330
Decimal 235 239 216
Hex EB EF D8

RGB Percentages of Color #ebefd8

%34.06
%34.64
%31.30

CMYK Percentages of Color #ebefd8

%2
%0
%10
%6

Triadic Colors of #ebefd8

#ebefd8 #d8ebef #efd8eb

Analogous Colors of #ebefd8

#ebefd8 #e0efd8 #efe8d8

Monochromatic Colors of #ebefd8

#ebefd8

Complementary Color

#ebefd8 #dcd8ef

#ebefd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebefd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebefd8 Color CSS Codes

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

#ebefd8 Text Font Color

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

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


#ebefd8 Background Color

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

This div background color is #ebefd8


#ebefd8 Border Color

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

This div border color is #ebefd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebefd8


Comments

No comments written yet.

Please login to write comment.