Color Hex Logo

#edbdfd Color Hex

#EDBDFD
(237,189,253)
0 Favorites   0 Comments

Color spaces of #edbdfd

RGB 237189253
HSL0.790.940.87
HSV285°25°99°
CMYK 0.060.250.00   0.01
XYZ70.852361.4916101.0632
Yxy61.49160.30360.2635
Hunter Lab78.416624.0524-21.5213
CIE-Lab82.642328.1762-25.0197

#edbdfd color RGB value is (237,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 11111101
Octal 355 275 375
Decimal 237 189 253
Hex ED BD FD

RGB Percentages of Color #edbdfd

%34.90
%27.84
%37.26

CMYK Percentages of Color #edbdfd

%6
%25
%0
%1

Triadic Colors of #edbdfd

#edbdfd #fdedbd #bdfded

Analogous Colors of #edbdfd

#edbdfd #fdbded #cdbdfd

Monochromatic Colors of #edbdfd

#edbdfd

Complementary Color

#edbdfd #cdfdbd

#edbdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbdfd Color CSS Codes

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

#edbdfd Text Font Color

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

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


#edbdfd Background Color

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

This div background color is #edbdfd


#edbdfd Border Color

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

This div border color is #edbdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.