Color Hex Logo

#ebbfad Color Hex

#EBBFAD
(235,191,173)
0 Favorites   0 Comments

Color spaces of #ebbfad

RGB 235191173
HSL0.050.610.80
HSV17°26°92°
CMYK 0.000.190.26   0.08
XYZ60.434657.940947.5336
Yxy57.94090.36430.3492
Hunter Lab76.11898.511916.2587
CIE-Lab80.705913.115315.0141

#ebbfad color RGB value is (235,191,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 10101101
Octal 353 277 255
Decimal 235 191 173
Hex EB BF AD

RGB Percentages of Color #ebbfad

%39.23
%31.89
%28.88

CMYK Percentages of Color #ebbfad

%0
%19
%26
%8

Triadic Colors of #ebbfad

#ebbfad #adebbf #bfadeb

Analogous Colors of #ebbfad

#ebbfad #ebdead #ebadba

Monochromatic Colors of #ebbfad

#ebbfad

Complementary Color

#ebbfad #add9eb

#ebbfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfad Color CSS Codes

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

#ebbfad Text Font Color

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

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


#ebbfad Background Color

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

This div background color is #ebbfad


#ebbfad Border Color

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

This div border color is #ebbfad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,191,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 #ebbfad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfad


Comments

No comments written yet.

Please login to write comment.