Color Hex Logo

#ebbeab Color Hex

#EBBEAB
(235,190,171)
0 Favorites   0 Comments

Color spaces of #ebbeab

RGB 235190171
HSL0.050.620.80
HSV18°27°92°
CMYK 0.000.190.27   0.08
XYZ60.025157.429446.4494
Yxy57.42940.36620.3504
Hunter Lab75.78228.766416.7067
CIE-Lab80.420513.372215.6844

#ebbeab color RGB value is (235,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 10101011
Octal 353 276 253
Decimal 235 190 171
Hex EB BE AB

RGB Percentages of Color #ebbeab

%39.43
%31.88
%28.69

CMYK Percentages of Color #ebbeab

%0
%19
%27
%8

Triadic Colors of #ebbeab

#ebbeab #abebbe #beabeb

Analogous Colors of #ebbeab

#ebbeab #ebdeab #ebabb8

Monochromatic Colors of #ebbeab

#ebbeab

Complementary Color

#ebbeab #abd8eb

#ebbeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbeab Color CSS Codes

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

#ebbeab Text Font Color

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

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


#ebbeab Background Color

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

This div background color is #ebbeab


#ebbeab Border Color

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

This div border color is #ebbeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbeab


Comments

No comments written yet.

Please login to write comment.