Color Hex Logo

#ebddae Color Hex

#EBDDAE
(235,221,174)
0 Favorites   0 Comments

Color spaces of #ebddae

RGB 235221174
HSL0.130.600.80
HSV46°26°92°
CMYK 0.000.060.26   0.08
XYZ67.757472.431150.4538
Yxy72.43110.35540.3799
Hunter Lab85.1065-6.823824.4255
CIE-Lab88.1757-2.374124.8476

#ebddae color RGB value is (235,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 10101110
Octal 353 335 256
Decimal 235 221 174
Hex EB DD AE

RGB Percentages of Color #ebddae

%37.30
%35.08
%27.62

CMYK Percentages of Color #ebddae

%0
%6
%26
%8

Triadic Colors of #ebddae

#ebddae #aeebdd #ddaeeb

Analogous Colors of #ebddae

#ebddae #dbebae #ebbfae

Monochromatic Colors of #ebddae

#ebddae

Complementary Color

#ebddae #aebceb

#ebddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebddae Color CSS Codes

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

#ebddae Text Font Color

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

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


#ebddae Background Color

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

This div background color is #ebddae


#ebddae Border Color

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

This div border color is #ebddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebddae


Comments

No comments written yet.

Please login to write comment.