Color Hex Logo

#ebd2ba Color Hex

#EBD2BA
(235,210,186)
0 Favorites   0 Comments

Color spaces of #ebd2ba

RGB 235210186
HSL0.080.550.83
HSV29°21°92°
CMYK 0.000.110.21   0.08
XYZ66.170567.300555.9571
Yxy67.30050.34930.3553
Hunter Lab82.03690.412616.9843
CIE-Lab85.65554.974315.0684

#ebd2ba color RGB value is (235,210,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 10111010
Octal 353 322 272
Decimal 235 210 186
Hex EB D2 BA

RGB Percentages of Color #ebd2ba

%37.24
%33.28
%29.48

CMYK Percentages of Color #ebd2ba

%0
%11
%21
%8

Triadic Colors of #ebd2ba

#ebd2ba #baebd2 #d2baeb

Analogous Colors of #ebd2ba

#ebd2ba #ebebba #ebbabb

Monochromatic Colors of #ebd2ba

#ebd2ba

Complementary Color

#ebd2ba #bad3eb

#ebd2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd2ba Color CSS Codes

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

#ebd2ba Text Font Color

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

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


#ebd2ba Background Color

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

This div background color is #ebd2ba


#ebd2ba Border Color

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

This div border color is #ebd2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd2ba


Comments

No comments written yet.

Please login to write comment.