Color Hex Logo

#ebbbad Color Hex

#EBBBAD
(235,187,173)
0 Favorites   0 Comments

Color spaces of #ebbbad

RGB 235187173
HSL0.040.610.80
HSV14°26°92°
CMYK 0.000.200.26   0.08
XYZ59.574156.219947.2468
Yxy56.21990.36540.3448
Hunter Lab74.979910.609415.1258
CIE-Lab79.738815.233513.6524

#ebbbad color RGB value is (235,187,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 10101101
Octal 353 273 255
Decimal 235 187 173
Hex EB BB AD

RGB Percentages of Color #ebbbad

%39.50
%31.43
%29.08

CMYK Percentages of Color #ebbbad

%0
%20
%26
%8

Triadic Colors of #ebbbad

#ebbbad #adebbb #bbadeb

Analogous Colors of #ebbbad

#ebbbad #ebdaad #ebadbe

Monochromatic Colors of #ebbbad

#ebbbad

Complementary Color

#ebbbad #adddeb

#ebbbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbbad Color CSS Codes

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

#ebbbad Text Font Color

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

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


#ebbbad Background Color

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

This div background color is #ebbbad


#ebbbad Border Color

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

This div border color is #ebbbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbbad


Comments

No comments written yet.

Please login to write comment.