Color Hex Logo

#ebe0ba Color Hex

#EBE0BA
(235,224,186)
0 Favorites   0 Comments

Color spaces of #ebe0ba

RGB 235224186
HSL0.130.550.83
HSV47°21°92°
CMYK 0.000.050.21   0.08
XYZ69.779574.518657.1601
Yxy74.51860.34640.3699
Hunter Lab86.3242-6.778121.1677
CIE-Lab89.1670-2.247319.9828

#ebe0ba color RGB value is (235,224,186).

#ebe0ba hex color red value is 235, green value is 224 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ebe0ba hue: 0.13 , saturation: 0.55 and the lightness value of ebe0ba is 0.83.

The process color (four color CMYK) of #ebe0ba color hex is 0.00, 0.05, 0.21, 0.08. Web safe color of #ebe0ba is #ffcccc. Color #ebe0ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100000 10111010
Octal 353 340 272
Decimal 235 224 186
Hex EB E0 BA

RGB Percentages of Color #ebe0ba

%36.43
%34.73
%28.84

CMYK Percentages of Color #ebe0ba

%0
%5
%21
%8

Triadic Colors of #ebe0ba

#ebe0ba #baebe0 #e0baeb

Analogous Colors of #ebe0ba

#ebe0ba #deebba #ebc8ba

Monochromatic Colors of #ebe0ba

#ebe0ba

Complementary Color

#ebe0ba #bac5eb

#ebe0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe0ba Color CSS Codes

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

#ebe0ba Text Font Color

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

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


#ebe0ba Background Color

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

This div background color is #ebe0ba


#ebe0ba Border Color

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

This div border color is #ebe0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe0ba

#ebe0ba Color Palettes


Comments

No comments written yet.

Please login to write comment.