Color Hex Logo

#ebafb9 Color Hex

#EBAFB9
(235,175,185)
0 Favorites   0 Comments

Color spaces of #ebafb9

RGB 235175185
HSL0.970.600.80
HSV350°26°92°
CMYK 0.000.260.21   0.08
XYZ58.347951.824952.8269
Yxy51.82490.35800.3179
Hunter Lab71.989518.69366.8848
CIE-Lab77.176023.32383.4933

#ebafb9 color RGB value is (235,175,185).

#ebafb9 hex color red value is 235, green value is 175 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #ebafb9 hue: 0.97 , saturation: 0.60 and the lightness value of ebafb9 is 0.80.

The process color (four color CMYK) of #ebafb9 color hex is 0.00, 0.26, 0.21, 0.08. Web safe color of #ebafb9 is #ff99cc. Color #ebafb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 10111001
Octal 353 257 271
Decimal 235 175 185
Hex EB AF B9

RGB Percentages of Color #ebafb9

%39.50
%29.41
%31.09

CMYK Percentages of Color #ebafb9

%0
%26
%21
%8

Triadic Colors of #ebafb9

#ebafb9 #b9ebaf #afb9eb

Analogous Colors of #ebafb9

#ebafb9 #ebc3af #ebafd7

Monochromatic Colors of #ebafb9

#ebafb9

Complementary Color

#ebafb9 #afebe1

#ebafb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebafb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebafb9 Color CSS Codes

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

#ebafb9 Text Font Color

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

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


#ebafb9 Background Color

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

This div background color is #ebafb9


#ebafb9 Border Color

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

This div border color is #ebafb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebafb9


Comments

No comments written yet.

Please login to write comment.