Color Hex Logo

#ebbfac Color Hex

#EBBFAC
(235,191,172)
0 Favorites   0 Comments

Color spaces of #ebbfac

RGB 235191172
HSL0.050.610.80
HSV18°27°92°
CMYK 0.000.190.27   0.08
XYZ60.338157.902347.0258
Yxy57.90230.36510.3504
Hunter Lab76.09368.377216.6243
CIE-Lab80.684412.978915.5193

#ebbfac color RGB value is (235,191,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 10101100
Octal 353 277 254
Decimal 235 191 172
Hex EB BF AC

RGB Percentages of Color #ebbfac

%39.30
%31.94
%28.76

CMYK Percentages of Color #ebbfac

%0
%19
%27
%8

Triadic Colors of #ebbfac

#ebbfac #acebbf #bfaceb

Analogous Colors of #ebbfac

#ebbfac #ebdfac #ebacb9

Monochromatic Colors of #ebbfac

#ebbfac

Complementary Color

#ebbfac #acd8eb

#ebbfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfac Color CSS Codes

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

#ebbfac Text Font Color

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

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


#ebbfac Background Color

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

This div background color is #ebbfac


#ebbfac Border Color

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

This div border color is #ebbfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfac


Comments

No comments written yet.

Please login to write comment.