Color Hex Logo

#edbdef Color Hex

#EDBDEF
(237,189,239)
0 Favorites   0 Comments

Color spaces of #edbdef

RGB 237189239
HSL0.830.610.84
HSV298°21°94°
CMYK 0.010.210.00   0.06
XYZ68.702660.631789.7434
Yxy60.63170.31360.2768
Hunter Lab77.866421.2270-13.8271
CIE-Lab82.180325.5352-18.2420

#edbdef color RGB value is (237,189,239).

#edbdef hex color red value is 237, green value is 189 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #edbdef hue: 0.83 , saturation: 0.61 and the lightness value of edbdef is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 11101111
Octal 355 275 357
Decimal 237 189 239
Hex ED BD EF

RGB Percentages of Color #edbdef

%35.64
%28.42
%35.94

CMYK Percentages of Color #edbdef

%1
%21
%0
%6

Triadic Colors of #edbdef

#edbdef #efedbd #bdefed

Analogous Colors of #edbdef

#edbdef #efbdd8 #d4bdef

Monochromatic Colors of #edbdef

#edbdef

Complementary Color

#edbdef #bfefbd

#edbdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbdef Color CSS Codes

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

#edbdef Text Font Color

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

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


#edbdef Background Color

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

This div background color is #edbdef


#edbdef Border Color

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

This div border color is #edbdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbdef


Comments

No comments written yet.

Please login to write comment.