Color Hex Logo

#ebc1be Color Hex

#EBC1BE
(235,193,190)
0 Favorites   0 Comments

Color spaces of #ebc1be

RGB 235193190
HSL0.010.530.83
HSV19°92°
CMYK 0.000.180.19   0.08
XYZ62.625259.519856.9030
Yxy59.51980.34980.3324
Hunter Lab77.14919.885210.2737
CIE-Lab81.576514.49627.1380

#ebc1be color RGB value is (235,193,190).

#ebc1be hex color red value is 235, green value is 193 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ebc1be hue: 0.01 , saturation: 0.53 and the lightness value of ebc1be is 0.83.

The process color (four color CMYK) of #ebc1be color hex is 0.00, 0.18, 0.19, 0.08. Web safe color of #ebc1be is #ffcccc. Color #ebc1be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 10111110
Octal 353 301 276
Decimal 235 193 190
Hex EB C1 BE

RGB Percentages of Color #ebc1be

%38.03
%31.23
%30.74

CMYK Percentages of Color #ebc1be

%0
%18
%19
%8

Triadic Colors of #ebc1be

#ebc1be #beebc1 #c1beeb

Analogous Colors of #ebc1be

#ebc1be #ebd8be #ebbed2

Monochromatic Colors of #ebc1be

#ebc1be

Complementary Color

#ebc1be #bee8eb

#ebc1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc1be Color CSS Codes

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

#ebc1be Text Font Color

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

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


#ebc1be Background Color

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

This div background color is #ebc1be


#ebc1be Border Color

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

This div border color is #ebc1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc1be


Comments

No comments written yet.

Please login to write comment.