Color Hex Logo

#ebb2aa Color Hex

#EBB2AA
(235,178,170)
0 Favorites   0 Comments

Color spaces of #ebb2aa

RGB 235178170
HSL0.020.620.79
HSV28°92°
CMYK 0.000.240.28   0.08
XYZ57.437052.405245.1182
Yxy52.40520.37070.3382
Hunter Lab72.391414.940913.7213
CIE-Lab77.522519.607412.1401

#ebb2aa color RGB value is (235,178,170).

#ebb2aa hex color red value is 235, green value is 178 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ebb2aa hue: 0.02 , saturation: 0.62 and the lightness value of ebb2aa is 0.79.

The process color (four color CMYK) of #ebb2aa color hex is 0.00, 0.24, 0.28, 0.08. Web safe color of #ebb2aa is #ff9999. Color #ebb2aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110010 10101010
Octal 353 262 252
Decimal 235 178 170
Hex EB B2 AA

RGB Percentages of Color #ebb2aa

%40.31
%30.53
%29.16

CMYK Percentages of Color #ebb2aa

%0
%24
%28
%8

Triadic Colors of #ebb2aa

#ebb2aa #aaebb2 #b2aaeb

Analogous Colors of #ebb2aa

#ebb2aa #ebd3aa #ebaac3

Monochromatic Colors of #ebb2aa

#ebb2aa

Complementary Color

#ebb2aa #aae3eb

#ebb2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb2aa Color CSS Codes

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

#ebb2aa Text Font Color

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

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


#ebb2aa Background Color

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

This div background color is #ebb2aa


#ebb2aa Border Color

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

This div border color is #ebb2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb2aa


Comments

No comments written yet.

Please login to write comment.