Color Hex Logo

#ebbcb7 Color Hex

#EBBCB7
(235,188,183)
0 Favorites   0 Comments

Color spaces of #ebbcb7

RGB 235188183
HSL0.020.570.82
HSV22°92°
CMYK 0.000.200.22   0.08
XYZ60.791457.047552.6070
Yxy57.04750.35670.3347
Hunter Lab75.529811.491511.5750
CIE-Lab80.206316.11328.9362

#ebbcb7 color RGB value is (235,188,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 10110111
Octal 353 274 267
Decimal 235 188 183
Hex EB BC B7

RGB Percentages of Color #ebbcb7

%38.78
%31.02
%30.20

CMYK Percentages of Color #ebbcb7

%0
%20
%22
%8

Triadic Colors of #ebbcb7

#ebbcb7 #b7ebbc #bcb7eb

Analogous Colors of #ebbcb7

#ebbcb7 #ebd6b7 #ebb7cc

Monochromatic Colors of #ebbcb7

#ebbcb7

Complementary Color

#ebbcb7 #b7e6eb

#ebbcb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbcb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbcb7 Color CSS Codes

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

#ebbcb7 Text Font Color

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

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


#ebbcb7 Background Color

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

This div background color is #ebbcb7


#ebbcb7 Border Color

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

This div border color is #ebbcb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbcb7


Comments

No comments written yet.

Please login to write comment.