Color Hex Logo

#eddcfb Color Hex

#EDDCFB
(237,220,251)
0 Favorites   0 Comments

Color spaces of #eddcfb

RGB 237220251
HSL0.760.790.92
HSV273°12°98°
CMYK 0.060.120.00   0.02
XYZ77.930876.1560101.8590
Yxy76.15600.30450.2975
Hunter Lab87.26746.6846-8.1164
CIE-Lab89.931711.3773-12.9625

#eddcfb color RGB value is (237,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 11111011
Octal 355 334 373
Decimal 237 220 251
Hex ED DC FB

RGB Percentages of Color #eddcfb

%33.47
%31.07
%35.45

CMYK Percentages of Color #eddcfb

%6
%12
%0
%2

Triadic Colors of #eddcfb

#eddcfb #fbeddc #dcfbed

Analogous Colors of #eddcfb

#eddcfb #fbdcfa #dedcfb

Monochromatic Colors of #eddcfb

#eddcfb

Complementary Color

#eddcfb #eafbdc

#eddcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddcfb Color CSS Codes

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

#eddcfb Text Font Color

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

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


#eddcfb Background Color

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

This div background color is #eddcfb


#eddcfb Border Color

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

This div border color is #eddcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddcfb


Comments

No comments written yet.

Please login to write comment.