Color Hex Logo

#edb6fc Color Hex

#EDB6FC
(237,182,252)
0 Favorites   0 Comments

Color spaces of #edb6fc

RGB 237182252
HSL0.800.920.85
HSV287°28°99°
CMYK 0.060.280.00   0.01
XYZ69.223758.488799.7364
Yxy58.48870.30430.2572
Hunter Lab76.477927.7323-23.7868
CIE-Lab81.009731.7126-26.9770

#edb6fc color RGB value is (237,182,252).

#edb6fc hex color red value is 237, green value is 182 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #edb6fc hue: 0.80 , saturation: 0.92 and the lightness value of edb6fc is 0.85.

The process color (four color CMYK) of #edb6fc color hex is 0.06, 0.28, 0.00, 0.01. Web safe color of #edb6fc is #ffccff. Color #edb6fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110110 11111100
Octal 355 266 374
Decimal 237 182 252
Hex ED B6 FC

RGB Percentages of Color #edb6fc

%35.32
%27.12
%37.56

CMYK Percentages of Color #edb6fc

%6
%28
%0
%1

Triadic Colors of #edb6fc

#edb6fc #fcedb6 #b6fced

Analogous Colors of #edb6fc

#edb6fc #fcb6e8 #cab6fc

Monochromatic Colors of #edb6fc

#edb6fc

Complementary Color

#edb6fc #c5fcb6

#edb6fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb6fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb6fc Color CSS Codes

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

#edb6fc Text Font Color

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

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


#edb6fc Background Color

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

This div background color is #edb6fc


#edb6fc Border Color

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

This div border color is #edb6fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,182,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #edb6fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb6fc


Comments

No comments written yet.

Please login to write comment.