Color Hex Logo

#edaafb Color Hex

#EDAAFB
(237,170,251)
0 Favorites   0 Comments

Color spaces of #edaafb

RGB 237170251
HSL0.800.910.83
HSV290°32°98°
CMYK 0.060.320.00   0.02
XYZ66.712453.719098.1195
Yxy53.71900.30520.2458
Hunter Lab73.293234.2097-28.0677
CIE-Lab78.297637.8957-30.5977

#edaafb color RGB value is (237,170,251).

#edaafb hex color red value is 237, green value is 170 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #edaafb hue: 0.80 , saturation: 0.91 and the lightness value of edaafb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 11111011
Octal 355 252 373
Decimal 237 170 251
Hex ED AA FB

RGB Percentages of Color #edaafb

%36.02
%25.84
%38.15

CMYK Percentages of Color #edaafb

%6
%32
%0
%2

Triadic Colors of #edaafb

#edaafb #fbedaa #aafbed

Analogous Colors of #edaafb

#edaafb #fbaae1 #c5aafb

Monochromatic Colors of #edaafb

#edaafb

Complementary Color

#edaafb #b8fbaa

#edaafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaafb Color CSS Codes

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

#edaafb Text Font Color

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

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


#edaafb Background Color

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

This div background color is #edaafb


#edaafb Border Color

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

This div border color is #edaafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaafb


Comments

No comments written yet.

Please login to write comment.