Color Hex Logo

#edcdfb Color Hex

#EDCDFB
(237,205,251)
0 Favorites   0 Comments

Color spaces of #edcdfb

RGB 237205251
HSL0.780.850.89
HSV282°18°98°
CMYK 0.060.180.00   0.02
XYZ74.169068.6322100.6050
Yxy68.63220.30470.2820
Hunter Lab82.844614.8294-14.0096
CIE-Lab86.321619.2838-18.3809

#edcdfb color RGB value is (237,205,251).

#edcdfb hex color red value is 237, green value is 205 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #edcdfb hue: 0.78 , saturation: 0.85 and the lightness value of edcdfb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 11111011
Octal 355 315 373
Decimal 237 205 251
Hex ED CD FB

RGB Percentages of Color #edcdfb

%34.20
%29.58
%36.22

CMYK Percentages of Color #edcdfb

%6
%18
%0
%2

Triadic Colors of #edcdfb

#edcdfb #fbedcd #cdfbed

Analogous Colors of #edcdfb

#edcdfb #fbcdf2 #d6cdfb

Monochromatic Colors of #edcdfb

#edcdfb

Complementary Color

#edcdfb #dbfbcd

#edcdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdfb Color CSS Codes

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

#edcdfb Text Font Color

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

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


#edcdfb Background Color

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

This div background color is #edcdfb


#edcdfb Border Color

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

This div border color is #edcdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.