Color Hex Logo

#ebafe6 Color Hex

#EBAFE6
(235,175,230)
0 Favorites   0 Comments

Color spaces of #ebafe6

RGB 235175230
HSL0.850.600.80
HSV305°26°92°
CMYK 0.000.260.02   0.08
XYZ63.873854.035381.9262
Yxy54.03530.31960.2704
Hunter Lab73.508726.4635-14.6232
CIE-Lab78.482330.7056-19.0071

#ebafe6 color RGB value is (235,175,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 11100110
Octal 353 257 346
Decimal 235 175 230
Hex EB AF E6

RGB Percentages of Color #ebafe6

%36.72
%27.34
%35.94

CMYK Percentages of Color #ebafe6

%0
%26
%2
%8

Triadic Colors of #ebafe6

#ebafe6 #e6ebaf #afe6eb

Analogous Colors of #ebafe6

#ebafe6 #ebafc8 #d2afeb

Monochromatic Colors of #ebafe6

#ebafe6

Complementary Color

#ebafe6 #afebb4

#ebafe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebafe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebafe6 Color CSS Codes

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

#ebafe6 Text Font Color

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

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


#ebafe6 Background Color

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

This div background color is #ebafe6


#ebafe6 Border Color

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

This div border color is #ebafe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebafe6


Comments

No comments written yet.

Please login to write comment.