Color Hex Logo

#ebbdae Color Hex

#EBBDAE
(235,189,174)
0 Favorites   0 Comments

Color spaces of #ebbdae

RGB 235189174
HSL0.040.600.80
HSV15°26°92°
CMYK 0.000.200.26   0.08
XYZ60.098557.113447.9008
Yxy57.11340.36400.3459
Hunter Lab75.57349.695715.3215
CIE-Lab80.243314.310613.8269

#ebbdae color RGB value is (235,189,174).

#ebbdae hex color red value is 235, green value is 189 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ebbdae hue: 0.04 , saturation: 0.60 and the lightness value of ebbdae is 0.80.

The process color (four color CMYK) of #ebbdae color hex is 0.00, 0.20, 0.26, 0.08. Web safe color of #ebbdae is #ffcc99. Color #ebbdae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 10101110
Octal 353 275 256
Decimal 235 189 174
Hex EB BD AE

RGB Percentages of Color #ebbdae

%39.30
%31.61
%29.10

CMYK Percentages of Color #ebbdae

%0
%20
%26
%8

Triadic Colors of #ebbdae

#ebbdae #aeebbd #bdaeeb

Analogous Colors of #ebbdae

#ebbdae #ebdcae #ebaebe

Monochromatic Colors of #ebbdae

#ebbdae

Complementary Color

#ebbdae #aedceb

#ebbdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbdae Color CSS Codes

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

#ebbdae Text Font Color

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

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


#ebbdae Background Color

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

This div background color is #ebbdae


#ebbdae Border Color

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

This div border color is #ebbdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbdae


Comments

No comments written yet.

Please login to write comment.