Color Hex Logo

#ebe2da Color Hex

#EBE2DA
(235,226,218)
2 Favorites   0 Comments

Color spaces of #ebe2da

RGB 235226218
HSL0.080.300.89
HSV28°92°
CMYK 0.000.040.07   0.08
XYZ74.112277.116877.3086
Yxy77.11680.32430.3374
Hunter Lab87.8162-3.03379.2756
CIE-Lab90.37531.69324.9821

#ebe2da color RGB value is (235,226,218).

#ebe2da hex color red value is 235, green value is 226 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ebe2da hue: 0.08 , saturation: 0.30 and the lightness value of ebe2da is 0.89.

The process color (four color CMYK) of #ebe2da color hex is 0.00, 0.04, 0.07, 0.08. Web safe color of #ebe2da is #ffcccc. Color #ebe2da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100010 11011010
Octal 353 342 332
Decimal 235 226 218
Hex EB E2 DA

RGB Percentages of Color #ebe2da

%34.61
%33.28
%32.11

CMYK Percentages of Color #ebe2da

%0
%4
%7
%8

Triadic Colors of #ebe2da

#ebe2da #daebe2 #e2daeb

Analogous Colors of #ebe2da

#ebe2da #ebebda #ebdadb

Monochromatic Colors of #ebe2da

#ebe2da

Complementary Color

#ebe2da #dae3eb

#ebe2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe2da Color CSS Codes

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

#ebe2da Text Font Color

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

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


#ebe2da Background Color

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

This div background color is #ebe2da


#ebe2da Border Color

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

This div border color is #ebe2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe2da

#ebe2da Color Palettes


Comments

No comments written yet.

Please login to write comment.