Color Hex Logo

#ebaebb Color Hex

#EBAEBB
(235,174,187)
0 Favorites   0 Comments

Color spaces of #ebaebb

RGB 235174187
HSL0.960.600.80
HSV347°26°92°
CMYK 0.000.260.20   0.08
XYZ58.366651.522153.8822
Yxy51.52210.35640.3146
Hunter Lab71.778919.53325.7381
CIE-Lab76.994224.15292.1402

#ebaebb color RGB value is (235,174,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 10111011
Octal 353 256 273
Decimal 235 174 187
Hex EB AE BB

RGB Percentages of Color #ebaebb

%39.43
%29.19
%31.38

CMYK Percentages of Color #ebaebb

%0
%26
%20
%8

Triadic Colors of #ebaebb

#ebaebb #bbebae #aebbeb

Analogous Colors of #ebaebb

#ebaebb #ebc0ae #ebaeda

Monochromatic Colors of #ebaebb

#ebaebb

Complementary Color

#ebaebb #aeebde

#ebaebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaebb Color CSS Codes

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

#ebaebb Text Font Color

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

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


#ebaebb Background Color

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

This div background color is #ebaebb


#ebaebb Border Color

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

This div border color is #ebaebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaebb


Comments

No comments written yet.

Please login to write comment.