Color Hex Logo

#ebdcbc Color Hex

#EBDCBC
(235,220,188)
0 Favorites   0 Comments

Color spaces of #ebdcbc

RGB 235220188
HSL0.110.540.83
HSV41°20°92°
CMYK 0.000.060.20   0.08
XYZ68.931272.479457.9338
Yxy72.47940.34580.3636
Hunter Lab85.1348-4.459719.2479
CIE-Lab88.19880.090617.5889

#ebdcbc color RGB value is (235,220,188).

#ebdcbc hex color red value is 235, green value is 220 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ebdcbc hue: 0.11 , saturation: 0.54 and the lightness value of ebdcbc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 10111100
Octal 353 334 274
Decimal 235 220 188
Hex EB DC BC

RGB Percentages of Color #ebdcbc

%36.55
%34.21
%29.24

CMYK Percentages of Color #ebdcbc

%0
%6
%20
%8

Triadic Colors of #ebdcbc

#ebdcbc #bcebdc #dcbceb

Analogous Colors of #ebdcbc

#ebdcbc #e3ebbc #ebc5bc

Monochromatic Colors of #ebdcbc

#ebdcbc

Complementary Color

#ebdcbc #bccbeb

#ebdcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdcbc Color CSS Codes

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

#ebdcbc Text Font Color

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

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


#ebdcbc Background Color

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

This div background color is #ebdcbc


#ebdcbc Border Color

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

This div border color is #ebdcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdcbc


Comments

No comments written yet.

Please login to write comment.