Color Hex Logo

#ebb4aa Color Hex

#EBB4AA
(235,180,170)
0 Favorites   0 Comments

Color spaces of #ebb4aa

RGB 235180170
HSL0.030.620.79
HSV28°92°
CMYK 0.000.230.28   0.08
XYZ57.837953.207045.2518
Yxy53.20700.37010.3404
Hunter Lab72.943113.885314.2784
CIE-Lab77.997118.543112.8113

#ebb4aa color RGB value is (235,180,170).

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

The process color (four color CMYK) of #ebb4aa color hex is 0.00, 0.23, 0.28, 0.08. Web safe color of #ebb4aa is #ffcc99. Color #ebb4aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110100 10101010
Octal 353 264 252
Decimal 235 180 170
Hex EB B4 AA

RGB Percentages of Color #ebb4aa

%40.17
%30.77
%29.06

CMYK Percentages of Color #ebb4aa

%0
%23
%28
%8

Triadic Colors of #ebb4aa

#ebb4aa #aaebb4 #b4aaeb

Analogous Colors of #ebb4aa

#ebb4aa #ebd5aa #ebaac1

Monochromatic Colors of #ebb4aa

#ebb4aa

Complementary Color

#ebb4aa #aae1eb

#ebb4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb4aa Color CSS Codes

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

#ebb4aa Text Font Color

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

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


#ebb4aa Background Color

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

This div background color is #ebb4aa


#ebb4aa Border Color

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

This div border color is #ebb4aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,180,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 #ebb4aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb4aa


Comments

No comments written yet.

Please login to write comment.