Color Hex Logo

#edbdff Color Hex

#EDBDFF
(237,189,255)
0 Favorites   0 Comments

Color spaces of #edbdff

RGB 237189255
HSL0.791.000.87
HSV284°26°100°
CMYK 0.070.260.00   0.00
XYZ71.172661.6197102.7503
Yxy61.61970.30220.2616
Hunter Lab78.498224.4701-22.6589
CIE-Lab82.710828.5633-25.9813

#edbdff color RGB value is (237,189,255).

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

The process color (four color CMYK) of #edbdff color hex is 0.07, 0.26, 0.00, 0.00. Web safe color of #edbdff is #ffccff. Color #edbdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 11111111
Octal 355 275 377
Decimal 237 189 255
Hex ED BD FF

RGB Percentages of Color #edbdff

%34.80
%27.75
%37.44

CMYK Percentages of Color #edbdff

%7
%26
%0
%0

Triadic Colors of #edbdff

#edbdff #ffedbd #bdffed

Analogous Colors of #edbdff

#edbdff #ffbdf0 #ccbdff

Monochromatic Colors of #edbdff

#edbdff

Complementary Color

#edbdff #cfffbd

#edbdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbdff Color CSS Codes

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

#edbdff Text Font Color

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

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


#edbdff Background Color

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

This div background color is #edbdff


#edbdff Border Color

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

This div border color is #edbdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbdff


Comments

No comments written yet.

Please login to write comment.