Color Hex Logo

#ebdcb8 Color Hex

#EBDCB8
(235,220,184)
0 Favorites   0 Comments

Color spaces of #ebdcb8

RGB 235220184
HSL0.120.560.82
HSV42°22°92°
CMYK 0.000.060.22   0.08
XYZ68.505972.309355.6938
Yxy72.30930.34860.3680
Hunter Lab85.0349-5.007620.6923
CIE-Lab88.1173-0.483619.5645

#ebdcb8 color RGB value is (235,220,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 10111000
Octal 353 334 270
Decimal 235 220 184
Hex EB DC B8

RGB Percentages of Color #ebdcb8

%36.78
%34.43
%28.79

CMYK Percentages of Color #ebdcb8

%0
%6
%22
%8

Triadic Colors of #ebdcb8

#ebdcb8 #b8ebdc #dcb8eb

Analogous Colors of #ebdcb8

#ebdcb8 #e1ebb8 #ebc3b8

Monochromatic Colors of #ebdcb8

#ebdcb8

Complementary Color

#ebdcb8 #b8c7eb

#ebdcb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdcb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdcb8 Color CSS Codes

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

#ebdcb8 Text Font Color

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

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


#ebdcb8 Background Color

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

This div background color is #ebdcb8


#ebdcb8 Border Color

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

This div border color is #ebdcb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdcb8


Comments

No comments written yet.

Please login to write comment.