Color Hex Logo

#edddfb Color Hex

#EDDDFB
(237,221,251)
0 Favorites   0 Comments

Color spaces of #edddfb

RGB 237221251
HSL0.760.790.93
HSV272°12°98°
CMYK 0.060.120.00   0.02
XYZ78.194176.6825101.9467
Yxy76.68250.30450.2986
Hunter Lab87.56856.1461-7.7270
CIE-Lab90.175310.8540-12.5987

#edddfb color RGB value is (237,221,251).

#edddfb hex color red value is 237, green value is 221 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #edddfb hue: 0.76 , saturation: 0.79 and the lightness value of edddfb is 0.93.

The process color (four color CMYK) of #edddfb color hex is 0.06, 0.12, 0.00, 0.02. Web safe color of #edddfb is #ffccff. Color #edddfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 11111011
Octal 355 335 373
Decimal 237 221 251
Hex ED DD FB

RGB Percentages of Color #edddfb

%33.43
%31.17
%35.40

CMYK Percentages of Color #edddfb

%6
%12
%0
%2

Triadic Colors of #edddfb

#edddfb #fbeddd #ddfbed

Analogous Colors of #edddfb

#edddfb #fbddfa #deddfb

Monochromatic Colors of #edddfb

#edddfb

Complementary Color

#edddfb #ebfbdd

#edddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edddfb Color CSS Codes

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

#edddfb Text Font Color

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

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


#edddfb Background Color

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

This div background color is #edddfb


#edddfb Border Color

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

This div border color is #edddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edddfb

Related Colors


Comments

No comments written yet.

Please login to write comment.