Color Hex Logo

#ebafe8 Color Hex

#EBAFE8
(235,175,232)
0 Favorites   0 Comments

Color spaces of #ebafe8

RGB 235175232
HSL0.840.600.80
HSV303°26°92°
CMYK 0.000.260.01   0.08
XYZ64.156454.148383.4142
Yxy54.14830.31800.2684
Hunter Lab73.585526.8526-15.6994
CIE-Lab78.548131.0669-19.9883

#ebafe8 color RGB value is (235,175,232).

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

The process color (four color CMYK) of #ebafe8 color hex is 0.00, 0.26, 0.01, 0.08. Web safe color of #ebafe8 is #ff99ff. Color #ebafe8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 11101000
Octal 353 257 350
Decimal 235 175 232
Hex EB AF E8

RGB Percentages of Color #ebafe8

%36.60
%27.26
%36.14

CMYK Percentages of Color #ebafe8

%0
%26
%1
%8

Triadic Colors of #ebafe8

#ebafe8 #e8ebaf #afe8eb

Analogous Colors of #ebafe8

#ebafe8 #ebafca #d0afeb

Monochromatic Colors of #ebafe8

#ebafe8

Complementary Color

#ebafe8 #afebb2

#ebafe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebafe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebafe8 Color CSS Codes

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

#ebafe8 Text Font Color

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

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


#ebafe8 Background Color

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

This div background color is #ebafe8


#ebafe8 Border Color

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

This div border color is #ebafe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebafe8


Comments

No comments written yet.

Please login to write comment.