Color Hex Logo

#ebaaef Color Hex

#EBAAEF
(235,170,239)
0 Favorites   0 Comments

Color spaces of #ebaaef

RGB 235170239
HSL0.820.680.80
HSV297°29°94°
CMYK 0.020.290.00   0.06
XYZ64.215752.643688.4381
Yxy52.64360.31280.2564
Hunter Lab72.555931.0088-21.4792
CIE-Lab77.664135.0124-25.1151

#ebaaef color RGB value is (235,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101010 11101111
Octal 353 252 357
Decimal 235 170 239
Hex EB AA EF

RGB Percentages of Color #ebaaef

%36.49
%26.40
%37.11

CMYK Percentages of Color #ebaaef

%2
%29
%0
%6

Triadic Colors of #ebaaef

#ebaaef #efebaa #aaefeb

Analogous Colors of #ebaaef

#ebaaef #efaad1 #c9aaef

Monochromatic Colors of #ebaaef

#ebaaef

Complementary Color

#ebaaef #aeefaa

#ebaaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaaef Color CSS Codes

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

#ebaaef Text Font Color

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

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


#ebaaef Background Color

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

This div background color is #ebaaef


#ebaaef Border Color

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

This div border color is #ebaaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaaef


Comments

No comments written yet.

Please login to write comment.