Color Hex Logo

#ebaef6 Color Hex

#EBAEF6
(235,174,246)
0 Favorites   0 Comments

Color spaces of #ebaef6

RGB 235174246
HSL0.810.800.82
HSV291°29°96°
CMYK 0.040.290.00   0.04
XYZ66.031654.588194.2451
Yxy54.58810.30730.2541
Hunter Lab73.883830.2329-23.9109
CIE-Lab78.803434.1988-27.1488

#ebaef6 color RGB value is (235,174,246).

#ebaef6 hex color red value is 235, green value is 174 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #ebaef6 hue: 0.81 , saturation: 0.80 and the lightness value of ebaef6 is 0.82.

The process color (four color CMYK) of #ebaef6 color hex is 0.04, 0.29, 0.00, 0.04. Web safe color of #ebaef6 is #ff99ff. Color #ebaef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 11110110
Octal 353 256 366
Decimal 235 174 246
Hex EB AE F6

RGB Percentages of Color #ebaef6

%35.88
%26.56
%37.56

CMYK Percentages of Color #ebaef6

%4
%29
%0
%4

Triadic Colors of #ebaef6

#ebaef6 #f6ebae #aef6eb

Analogous Colors of #ebaef6

#ebaef6 #f6aedd #c7aef6

Monochromatic Colors of #ebaef6

#ebaef6

Complementary Color

#ebaef6 #b9f6ae

#ebaef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaef6 Color CSS Codes

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

#ebaef6 Text Font Color

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

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


#ebaef6 Background Color

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

This div background color is #ebaef6


#ebaef6 Border Color

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

This div border color is #ebaef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaef6

Related Colors


Comments

No comments written yet.

Please login to write comment.