Color Hex Logo

#edbedf Color Hex

#EDBEDF
(237,190,223)
0 Favorites   0 Comments

Color spaces of #edbedf

RGB 237190223
HSL0.880.570.84
HSV318°20°93°
CMYK 0.000.200.06   0.07
XYZ66.657860.159177.9107
Yxy60.15910.32560.2938
Hunter Lab77.562317.6706-5.2627
CIE-Lab81.924622.1409-10.0502

#edbedf color RGB value is (237,190,223).

#edbedf hex color red value is 237, green value is 190 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #edbedf hue: 0.88 , saturation: 0.57 and the lightness value of edbedf is 0.84.

The process color (four color CMYK) of #edbedf color hex is 0.00, 0.20, 0.06, 0.07. Web safe color of #edbedf is #ffcccc. Color #edbedf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 11011111
Octal 355 276 337
Decimal 237 190 223
Hex ED BE DF

RGB Percentages of Color #edbedf

%36.46
%29.23
%34.31

CMYK Percentages of Color #edbedf

%0
%20
%6
%7

Triadic Colors of #edbedf

#edbedf #dfedbe #bedfed

Analogous Colors of #edbedf

#edbedf #edbec8 #e4beed

Monochromatic Colors of #edbedf

#edbedf

Complementary Color

#edbedf #beedcc

#edbedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbedf Color CSS Codes

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

#edbedf Text Font Color

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

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


#edbedf Background Color

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

This div background color is #edbedf


#edbedf Border Color

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

This div border color is #edbedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbedf


Comments

No comments written yet.

Please login to write comment.