Color Hex Logo

#ebafaa Color Hex

#EBAFAA
(235,175,170)
0 Favorites   0 Comments

Color spaces of #ebafaa

RGB 235175170
HSL0.010.620.79
HSV28°92°
CMYK 0.000.260.28   0.08
XYZ56.846651.224444.9214
Yxy51.22440.37160.3348
Hunter Lab71.571216.526912.8867
CIE-Lab76.814721.204711.1369

#ebafaa color RGB value is (235,175,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 10101010
Octal 353 257 252
Decimal 235 175 170
Hex EB AF AA

RGB Percentages of Color #ebafaa

%40.52
%30.17
%29.31

CMYK Percentages of Color #ebafaa

%0
%26
%28
%8

Triadic Colors of #ebafaa

#ebafaa #aaebaf #afaaeb

Analogous Colors of #ebafaa

#ebafaa #ebd0aa #ebaac6

Monochromatic Colors of #ebafaa

#ebafaa

Complementary Color

#ebafaa #aae6eb

#ebafaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebafaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebafaa Color CSS Codes

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

#ebafaa Text Font Color

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

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


#ebafaa Background Color

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

This div background color is #ebafaa


#ebafaa Border Color

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

This div border color is #ebafaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebafaa


Comments

No comments written yet.

Please login to write comment.