Color Hex Logo

#ebbfa6 Color Hex

#EBBFA6
(235,191,166)
0 Favorites   0 Comments

Color spaces of #ebbfa6

RGB 235191166
HSL0.060.630.79
HSV22°29°92°
CMYK 0.000.190.29   0.08
XYZ59.774757.676944.0587
Yxy57.67690.37010.3571
Hunter Lab75.94537.588718.7654
CIE-Lab80.558812.178718.5515

#ebbfa6 color RGB value is (235,191,166).

#ebbfa6 hex color red value is 235, green value is 191 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #ebbfa6 hue: 0.06 , saturation: 0.63 and the lightness value of ebbfa6 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 10100110
Octal 353 277 246
Decimal 235 191 166
Hex EB BF A6

RGB Percentages of Color #ebbfa6

%39.70
%32.26
%28.04

CMYK Percentages of Color #ebbfa6

%0
%19
%29
%8

Triadic Colors of #ebbfa6

#ebbfa6 #a6ebbf #bfa6eb

Analogous Colors of #ebbfa6

#ebbfa6 #ebe2a6 #eba6b0

Monochromatic Colors of #ebbfa6

#ebbfa6

Complementary Color

#ebbfa6 #a6d2eb

#ebbfa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfa6 Color CSS Codes

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

#ebbfa6 Text Font Color

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

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


#ebbfa6 Background Color

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

This div background color is #ebbfa6


#ebbfa6 Border Color

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

This div border color is #ebbfa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfa6


Comments

No comments written yet.

Please login to write comment.