Color Hex Logo

#ebc2bb Color Hex

#EBC2BB
(235,194,187)
0 Favorites   0 Comments

Color spaces of #ebc2bb

RGB 235194187
HSL0.020.550.83
HSV20°92°
CMYK 0.000.170.20   0.08
XYZ62.522459.833655.2675
Yxy59.83360.35200.3369
Hunter Lab77.35228.912111.7843
CIE-Lab81.747713.52018.9916

#ebc2bb color RGB value is (235,194,187).

#ebc2bb hex color red value is 235, green value is 194 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ebc2bb hue: 0.02 , saturation: 0.55 and the lightness value of ebc2bb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000010 10111011
Octal 353 302 273
Decimal 235 194 187
Hex EB C2 BB

RGB Percentages of Color #ebc2bb

%38.15
%31.49
%30.36

CMYK Percentages of Color #ebc2bb

%0
%17
%20
%8

Triadic Colors of #ebc2bb

#ebc2bb #bbebc2 #c2bbeb

Analogous Colors of #ebc2bb

#ebc2bb #ebdabb #ebbbcc

Monochromatic Colors of #ebc2bb

#ebc2bb

Complementary Color

#ebc2bb #bbe4eb

#ebc2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc2bb Color CSS Codes

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

#ebc2bb Text Font Color

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

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


#ebc2bb Background Color

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

This div background color is #ebc2bb


#ebc2bb Border Color

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

This div border color is #ebc2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc2bb


Comments

No comments written yet.

Please login to write comment.