Color Hex Logo

#ebbfa7 Color Hex

#EBBFA7
(235,191,167)
0 Favorites   0 Comments

Color spaces of #ebbfa7

RGB 235191167
HSL0.060.630.79
HSV21°29°92°
CMYK 0.000.190.29   0.08
XYZ59.866857.713844.5438
Yxy57.71380.36930.3560
Hunter Lab75.96967.717718.4148
CIE-Lab80.579412.309818.0461

#ebbfa7 color RGB value is (235,191,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 10100111
Octal 353 277 247
Decimal 235 191 167
Hex EB BF A7

RGB Percentages of Color #ebbfa7

%39.63
%32.21
%28.16

CMYK Percentages of Color #ebbfa7

%0
%19
%29
%8

Triadic Colors of #ebbfa7

#ebbfa7 #a7ebbf #bfa7eb

Analogous Colors of #ebbfa7

#ebbfa7 #ebe1a7 #eba7b1

Monochromatic Colors of #ebbfa7

#ebbfa7

Complementary Color

#ebbfa7 #a7d3eb

#ebbfa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfa7 Color CSS Codes

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

#ebbfa7 Text Font Color

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

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


#ebbfa7 Background Color

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

This div background color is #ebbfa7


#ebbfa7 Border Color

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

This div border color is #ebbfa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfa7


Comments

No comments written yet.

Please login to write comment.