Color Hex Logo

#ebcdb8 Color Hex

#EBCDB8
(235,205,184)
0 Favorites   0 Comments

Color spaces of #ebcdb8

RGB 235205184
HSL0.070.560.82
HSV25°22°92°
CMYK 0.000.130.22   0.08
XYZ64.744064.785554.4399
Yxy64.78550.35190.3522
Hunter Lab80.48942.725116.2412
CIE-Lab84.37317.294314.3185

#ebcdb8 color RGB value is (235,205,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001101 10111000
Octal 353 315 270
Decimal 235 205 184
Hex EB CD B8

RGB Percentages of Color #ebcdb8

%37.66
%32.85
%29.49

CMYK Percentages of Color #ebcdb8

%0
%13
%22
%8

Triadic Colors of #ebcdb8

#ebcdb8 #b8ebcd #cdb8eb

Analogous Colors of #ebcdb8

#ebcdb8 #ebe7b8 #ebb8bd

Monochromatic Colors of #ebcdb8

#ebcdb8

Complementary Color

#ebcdb8 #b8d6eb

#ebcdb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcdb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcdb8 Color CSS Codes

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

#ebcdb8 Text Font Color

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

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


#ebcdb8 Background Color

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

This div background color is #ebcdb8


#ebcdb8 Border Color

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

This div border color is #ebcdb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcdb8


Comments

No comments written yet.

Please login to write comment.