Color Hex Logo

#ebaeba Color Hex

#EBAEBA
(235,174,186)
0 Favorites   0 Comments

Color spaces of #ebaeba

RGB 235174186
HSL0.970.600.80
HSV348°26°92°
CMYK 0.000.260.21   0.08
XYZ58.259951.479453.3203
Yxy51.47940.35730.3157
Hunter Lab71.749119.38006.1631
CIE-Lab76.968524.00452.6477

#ebaeba color RGB value is (235,174,186).

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

The process color (four color CMYK) of #ebaeba color hex is 0.00, 0.26, 0.21, 0.08. Web safe color of #ebaeba is #ff99cc. Color #ebaeba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 10111010
Octal 353 256 272
Decimal 235 174 186
Hex EB AE BA

RGB Percentages of Color #ebaeba

%39.50
%29.24
%31.26

CMYK Percentages of Color #ebaeba

%0
%26
%21
%8

Triadic Colors of #ebaeba

#ebaeba #baebae #aebaeb

Analogous Colors of #ebaeba

#ebaeba #ebc1ae #ebaed9

Monochromatic Colors of #ebaeba

#ebaeba

Complementary Color

#ebaeba #aeebdf

#ebaeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaeba Color CSS Codes

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

#ebaeba Text Font Color

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

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


#ebaeba Background Color

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

This div background color is #ebaeba


#ebaeba Border Color

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

This div border color is #ebaeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaeba


Comments

No comments written yet.

Please login to write comment.