Color Hex Logo

#ebdbb8 Color Hex

#EBDBB8
(235,219,184)
0 Favorites   0 Comments

Color spaces of #ebdbb8

RGB 235219184
HSL0.110.560.82
HSV41°22°92°
CMYK 0.000.070.22   0.08
XYZ68.244271.785955.6066
Yxy71.78590.34880.3669
Hunter Lab84.7266-4.496120.3962
CIE-Lab87.86540.030319.2138

#ebdbb8 color RGB value is (235,219,184).

#ebdbb8 hex color red value is 235, green value is 219 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #ebdbb8 hue: 0.11 , saturation: 0.56 and the lightness value of ebdbb8 is 0.82.

The process color (four color CMYK) of #ebdbb8 color hex is 0.00, 0.07, 0.22, 0.08. Web safe color of #ebdbb8 is #ffcccc. Color #ebdbb8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 10111000
Octal 353 333 270
Decimal 235 219 184
Hex EB DB B8

RGB Percentages of Color #ebdbb8

%36.83
%34.33
%28.84

CMYK Percentages of Color #ebdbb8

%0
%7
%22
%8

Triadic Colors of #ebdbb8

#ebdbb8 #b8ebdb #dbb8eb

Analogous Colors of #ebdbb8

#ebdbb8 #e2ebb8 #ebc2b8

Monochromatic Colors of #ebdbb8

#ebdbb8

Complementary Color

#ebdbb8 #b8c8eb

#ebdbb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbb8 Color CSS Codes

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

#ebdbb8 Text Font Color

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

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


#ebdbb8 Background Color

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

This div background color is #ebdbb8


#ebdbb8 Border Color

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

This div border color is #ebdbb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbb8


Comments

No comments written yet.

Please login to write comment.