Color Hex Logo

#efaaeb Color Hex

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

Color spaces of #efaaeb

RGB 239170235
HSL0.840.680.80
HSV303°29°94°
CMYK 0.000.290.02   0.06
XYZ64.966753.098385.4221
Yxy53.09830.31930.2609
Hunter Lab72.868631.6234-18.4962
CIE-Lab77.933035.5571-22.5056

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

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

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

Base Numbers

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

RGB Percentages of Color #efaaeb

%37.11
%26.40
%36.49

CMYK Percentages of Color #efaaeb

%0
%29
%2
%6

Triadic Colors of #efaaeb

#efaaeb #ebefaa #aaebef

Analogous Colors of #efaaeb

#efaaeb #efaac9 #d1aaef

Monochromatic Colors of #efaaeb

#efaaeb

Complementary Color

#efaaeb #aaefae

#efaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaaeb Color CSS Codes

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

#efaaeb Text Font Color

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

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


#efaaeb Background Color

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

This div background color is #efaaeb


#efaaeb Border Color

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

This div border color is #efaaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaaeb


Comments

No comments written yet.

Please login to write comment.