Color Hex Logo

#edadfb Color Hex

#EDADFB
(237,173,251)
0 Favorites   0 Comments

Color spaces of #edadfb

RGB 237173251
HSL0.800.910.83
HSV289°31°98°
CMYK 0.060.310.00   0.02
XYZ67.281254.856798.3091
Yxy54.85670.30520.2488
Hunter Lab74.065332.5358-26.8517
CIE-Lab78.958736.3056-29.5823

#edadfb color RGB value is (237,173,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 11111011
Octal 355 255 373
Decimal 237 173 251
Hex ED AD FB

RGB Percentages of Color #edadfb

%35.85
%26.17
%37.97

CMYK Percentages of Color #edadfb

%6
%31
%0
%2

Triadic Colors of #edadfb

#edadfb #fbedad #adfbed

Analogous Colors of #edadfb

#edadfb #fbade2 #c6adfb

Monochromatic Colors of #edadfb

#edadfb

Complementary Color

#edadfb #bbfbad

#edadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadfb Color CSS Codes

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

#edadfb Text Font Color

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

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


#edadfb Background Color

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

This div background color is #edadfb


#edadfb Border Color

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

This div border color is #edadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadfb


Comments

No comments written yet.

Please login to write comment.