Color Hex Logo

#ebb894 Color Hex

#EBB894
(235,184,148)
0 Favorites   0 Comments

Color spaces of #ebb894

RGB 235184148
HSL0.070.690.75
HSV25°37°92°
CMYK 0.000.220.37   0.08
XYZ56.746754.081335.4648
Yxy54.08130.38790.3697
Hunter Lab73.54009.043522.8853
CIE-Lab78.509113.654425.3391

#ebb894 color RGB value is (235,184,148).

#ebb894 hex color red value is 235, green value is 184 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ebb894 hue: 0.07 , saturation: 0.69 and the lightness value of ebb894 is 0.75.

The process color (four color CMYK) of #ebb894 color hex is 0.00, 0.22, 0.37, 0.08. Web safe color of #ebb894 is #ffcc99. Color #ebb894 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111000 10010100
Octal 353 270 224
Decimal 235 184 148
Hex EB B8 94

RGB Percentages of Color #ebb894

%41.45
%32.45
%26.10

CMYK Percentages of Color #ebb894

%0
%22
%37
%8

Triadic Colors of #ebb894

#ebb894 #94ebb8 #b894eb

Analogous Colors of #ebb894

#ebb894 #ebe494 #eb949c

Monochromatic Colors of #ebb894

#ebb894

Complementary Color

#ebb894 #94c7eb

#ebb894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb894 Color CSS Codes

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

#ebb894 Text Font Color

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

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


#ebb894 Background Color

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

This div background color is #ebb894


#ebb894 Border Color

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

This div border color is #ebb894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb894


Comments

No comments written yet.

Please login to write comment.