Color Hex Logo

#ebdea3 Color Hex

#EBDEA3
(235,222,163)
0 Favorites   0 Comments

Color spaces of #ebdea3

RGB 235222163
HSL0.140.640.78
HSV49°31°92°
CMYK 0.000.060.31   0.08
XYZ66.993172.549145.1228
Yxy72.54910.36280.3929
Hunter Lab85.1758-8.662428.2135
CIE-Lab88.2322-4.303630.6001

#ebdea3 color RGB value is (235,222,163).

#ebdea3 hex color red value is 235, green value is 222 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #ebdea3 hue: 0.14 , saturation: 0.64 and the lightness value of ebdea3 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 10100011
Octal 353 336 243
Decimal 235 222 163
Hex EB DE A3

RGB Percentages of Color #ebdea3

%37.90
%35.81
%26.29

CMYK Percentages of Color #ebdea3

%0
%6
%31
%8

Triadic Colors of #ebdea3

#ebdea3 #a3ebde #dea3eb

Analogous Colors of #ebdea3

#ebdea3 #d4eba3 #ebbaa3

Monochromatic Colors of #ebdea3

#ebdea3

Complementary Color

#ebdea3 #a3b0eb

#ebdea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdea3 Color CSS Codes

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

#ebdea3 Text Font Color

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

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


#ebdea3 Background Color

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

This div background color is #ebdea3


#ebdea3 Border Color

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

This div border color is #ebdea3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdea3


Comments

No comments written yet.

Please login to write comment.