Color Hex Logo

#ebaeb0 Color Hex

#EBAEB0
(235,174,176)
0 Favorites   0 Comments

Color spaces of #ebaeb0

RGB 235174176
HSL0.990.600.80
HSV358°26°92°
CMYK 0.000.260.25   0.08
XYZ57.233551.068947.9150
Yxy51.06890.36640.3269
Hunter Lab71.462517.899210.2703
CIE-Lab76.720722.56357.7384

#ebaeb0 color RGB value is (235,174,176).

#ebaeb0 hex color red value is 235, green value is 174 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #ebaeb0 hue: 0.99 , saturation: 0.60 and the lightness value of ebaeb0 is 0.80.

The process color (four color CMYK) of #ebaeb0 color hex is 0.00, 0.26, 0.25, 0.08. Web safe color of #ebaeb0 is #ff9999. Color #ebaeb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 10110000
Octal 353 256 260
Decimal 235 174 176
Hex EB AE B0

RGB Percentages of Color #ebaeb0

%40.17
%29.74
%30.09

CMYK Percentages of Color #ebaeb0

%0
%26
%25
%8

Triadic Colors of #ebaeb0

#ebaeb0 #b0ebae #aeb0eb

Analogous Colors of #ebaeb0

#ebaeb0 #ebcbae #ebaecf

Monochromatic Colors of #ebaeb0

#ebaeb0

Complementary Color

#ebaeb0 #aeebe9

#ebaeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaeb0 Color CSS Codes

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

#ebaeb0 Text Font Color

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

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


#ebaeb0 Background Color

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

This div background color is #ebaeb0


#ebaeb0 Border Color

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

This div border color is #ebaeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaeb0


Comments

No comments written yet.

Please login to write comment.