Color Hex Logo

#edabfb Color Hex

#EDABFB
(237,171,251)
0 Favorites   0 Comments

Color spaces of #edabfb

RGB 237171251
HSL0.800.910.83
HSV290°32°98°
CMYK 0.060.320.00   0.02
XYZ66.900554.095498.1822
Yxy54.09540.30520.2468
Hunter Lab73.549633.6514-27.6622
CIE-Lab78.517337.3658-30.2600

#edabfb color RGB value is (237,171,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11111011
Octal 355 253 373
Decimal 237 171 251
Hex ED AB FB

RGB Percentages of Color #edabfb

%35.96
%25.95
%38.09

CMYK Percentages of Color #edabfb

%6
%32
%0
%2

Triadic Colors of #edabfb

#edabfb #fbedab #abfbed

Analogous Colors of #edabfb

#edabfb #fbabe1 #c5abfb

Monochromatic Colors of #edabfb

#edabfb

Complementary Color

#edabfb #b9fbab

#edabfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabfb Color CSS Codes

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

#edabfb Text Font Color

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

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


#edabfb Background Color

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

This div background color is #edabfb


#edabfb Border Color

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

This div border color is #edabfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,171,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 #edabfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabfb


Comments

No comments written yet.

Please login to write comment.