Color Hex Logo

#ebbec5 Color Hex

#EBBEC5
(235,190,197)
0 Favorites   0 Comments

Color spaces of #ebbec5

RGB 235190197
HSL0.970.530.83
HSV351°19°92°
CMYK 0.000.190.16   0.08
XYZ62.752458.520360.8115
Yxy58.52030.34460.3214
Hunter Lab76.498612.55256.4172
CIE-Lab81.027217.15812.5839

#ebbec5 color RGB value is (235,190,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 11000101
Octal 353 276 305
Decimal 235 190 197
Hex EB BE C5

RGB Percentages of Color #ebbec5

%37.78
%30.55
%31.67

CMYK Percentages of Color #ebbec5

%0
%19
%16
%8

Triadic Colors of #ebbec5

#ebbec5 #c5ebbe #bec5eb

Analogous Colors of #ebbec5

#ebbec5 #ebcebe #ebbedc

Monochromatic Colors of #ebbec5

#ebbec5

Complementary Color

#ebbec5 #beebe4

#ebbec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbec5 Color CSS Codes

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

#ebbec5 Text Font Color

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

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


#ebbec5 Background Color

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

This div background color is #ebbec5


#ebbec5 Border Color

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

This div border color is #ebbec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbec5


Comments

No comments written yet.

Please login to write comment.