Color Hex Logo

#ebafb0 Color Hex

#EBAFB0
(235,175,176)
0 Favorites   0 Comments

Color spaces of #ebafb0

RGB 235175176
HSL1.000.600.80
HSV359°26°92°
CMYK 0.000.260.25   0.08
XYZ57.427451.456747.9797
Yxy51.45670.36610.3280
Hunter Lab71.733317.368110.5565
CIE-Lab76.954822.03078.0736

#ebafb0 color RGB value is (235,175,176).

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

The process color (four color CMYK) of #ebafb0 color hex is 0.00, 0.26, 0.25, 0.08. Web safe color of #ebafb0 is #ff9999. Color #ebafb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 10110000
Octal 353 257 260
Decimal 235 175 176
Hex EB AF B0

RGB Percentages of Color #ebafb0

%40.10
%29.86
%30.03

CMYK Percentages of Color #ebafb0

%0
%26
%25
%8

Triadic Colors of #ebafb0

#ebafb0 #b0ebaf #afb0eb

Analogous Colors of #ebafb0

#ebafb0 #ebccaf #ebafce

Monochromatic Colors of #ebafb0

#ebafb0

Complementary Color

#ebafb0 #afebea

#ebafb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebafb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebafb0 Color CSS Codes

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

#ebafb0 Text Font Color

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

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


#ebafb0 Background Color

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

This div background color is #ebafb0


#ebafb0 Border Color

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

This div border color is #ebafb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebafb0


Comments

No comments written yet.

Please login to write comment.