Color Hex Logo

#edbdfc Color Hex

#EDBDFC
(237,189,252)
0 Favorites   0 Comments

Color spaces of #edbdfc

RGB 237189252
HSL0.790.910.86
HSV286°25°99°
CMYK 0.060.250.00   0.01
XYZ70.693361.4280100.2263
Yxy61.42800.30430.2644
Hunter Lab78.376023.8447-20.9561
CIE-Lab82.608327.9835-24.5384

#edbdfc color RGB value is (237,189,252).

#edbdfc hex color red value is 237, green value is 189 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #edbdfc hue: 0.79 , saturation: 0.91 and the lightness value of edbdfc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 11111100
Octal 355 275 374
Decimal 237 189 252
Hex ED BD FC

RGB Percentages of Color #edbdfc

%34.96
%27.88
%37.17

CMYK Percentages of Color #edbdfc

%6
%25
%0
%1

Triadic Colors of #edbdfc

#edbdfc #fcedbd #bdfced

Analogous Colors of #edbdfc

#edbdfc #fcbdec #cebdfc

Monochromatic Colors of #edbdfc

#edbdfc

Complementary Color

#edbdfc #ccfcbd

#edbdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbdfc Color CSS Codes

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

#edbdfc Text Font Color

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

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


#edbdfc Background Color

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

This div background color is #edbdfc


#edbdfc Border Color

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

This div border color is #edbdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbdfc


Comments

No comments written yet.

Please login to write comment.