Color Hex Logo

#ebcbb5 Color Hex

#EBCBB5
(235,203,181)
0 Favorites   0 Comments

Color spaces of #ebcbb5

RGB 235203181
HSL0.070.570.82
HSV24°23°92°
CMYK 0.000.140.23   0.08
XYZ63.957463.710252.6424
Yxy63.71020.35470.3533
Hunter Lab79.81873.346516.7698
CIE-Lab83.81477.912415.1224

#ebcbb5 color RGB value is (235,203,181).

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

The process color (four color CMYK) of #ebcbb5 color hex is 0.00, 0.14, 0.23, 0.08. Web safe color of #ebcbb5 is #ffcccc. Color #ebcbb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 10110101
Octal 353 313 265
Decimal 235 203 181
Hex EB CB B5

RGB Percentages of Color #ebcbb5

%37.96
%32.79
%29.24

CMYK Percentages of Color #ebcbb5

%0
%14
%23
%8

Triadic Colors of #ebcbb5

#ebcbb5 #b5ebcb #cbb5eb

Analogous Colors of #ebcbb5

#ebcbb5 #ebe6b5 #ebb5ba

Monochromatic Colors of #ebcbb5

#ebcbb5

Complementary Color

#ebcbb5 #b5d5eb

#ebcbb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcbb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcbb5 Color CSS Codes

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

#ebcbb5 Text Font Color

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

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


#ebcbb5 Background Color

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

This div background color is #ebcbb5


#ebcbb5 Border Color

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

This div border color is #ebcbb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcbb5


Comments

No comments written yet.

Please login to write comment.