Color Hex Logo

#ebe1bd Color Hex

#EBE1BD
(235,225,189)
0 Favorites   0 Comments

Color spaces of #ebe1bd

RGB 235225189
HSL0.130.530.83
HSV47°20°92°
CMYK 0.000.040.20   0.08
XYZ70.371575.186758.9476
Yxy75.18670.34410.3677
Hunter Lab86.7103-6.877620.3905
CIE-Lab89.4804-2.326018.8586

#ebe1bd color RGB value is (235,225,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 10111101
Octal 353 341 275
Decimal 235 225 189
Hex EB E1 BD

RGB Percentages of Color #ebe1bd

%36.21
%34.67
%29.12

CMYK Percentages of Color #ebe1bd

%0
%4
%20
%8

Triadic Colors of #ebe1bd

#ebe1bd #bdebe1 #e1bdeb

Analogous Colors of #ebe1bd

#ebe1bd #deebbd #ebcabd

Monochromatic Colors of #ebe1bd

#ebe1bd

Complementary Color

#ebe1bd #bdc7eb

#ebe1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe1bd Color CSS Codes

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

#ebe1bd Text Font Color

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

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


#ebe1bd Background Color

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

This div background color is #ebe1bd


#ebe1bd Border Color

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

This div border color is #ebe1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe1bd


Comments

No comments written yet.

Please login to write comment.