Color Hex Logo

#ebdec2 Color Hex

#EBDEC2
(235,222,194)
0 Favorites   0 Comments

Color spaces of #ebdec2

RGB 235222194
HSL0.110.510.84
HSV41°17°92°
CMYK 0.000.060.17   0.08
XYZ70.119873.799861.5880
Yxy73.79980.34120.3591
Hunter Lab85.9068-4.639717.6288
CIE-Lab88.8278-0.053015.3351

#ebdec2 color RGB value is (235,222,194).

#ebdec2 hex color red value is 235, green value is 222 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #ebdec2 hue: 0.11 , saturation: 0.51 and the lightness value of ebdec2 is 0.84.

The process color (four color CMYK) of #ebdec2 color hex is 0.00, 0.06, 0.17, 0.08. Web safe color of #ebdec2 is #ffcccc. Color #ebdec2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 11000010
Octal 353 336 302
Decimal 235 222 194
Hex EB DE C2

RGB Percentages of Color #ebdec2

%36.10
%34.10
%29.80

CMYK Percentages of Color #ebdec2

%0
%6
%17
%8

Triadic Colors of #ebdec2

#ebdec2 #c2ebde #dec2eb

Analogous Colors of #ebdec2

#ebdec2 #e4ebc2 #ebcac2

Monochromatic Colors of #ebdec2

#ebdec2

Complementary Color

#ebdec2 #c2cfeb

#ebdec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdec2 Color CSS Codes

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

#ebdec2 Text Font Color

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

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


#ebdec2 Background Color

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

This div background color is #ebdec2


#ebdec2 Border Color

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

This div border color is #ebdec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdec2


Comments

No comments written yet.

Please login to write comment.