Color Hex Logo

#edbfdd Color Hex

#EDBFDD
(237,191,221)
0 Favorites   0 Comments

Color spaces of #edbfdd

RGB 237191221
HSL0.890.560.84
HSV321°19°93°
CMYK 0.000.190.07   0.07
XYZ66.607060.486676.5711
Yxy60.48660.32700.2970
Hunter Lab77.773116.7692-3.9324
CIE-Lab82.102021.2635-8.7132

#edbfdd color RGB value is (237,191,221).

#edbfdd hex color red value is 237, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #edbfdd hue: 0.89 , saturation: 0.56 and the lightness value of edbfdd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 11011101
Octal 355 277 335
Decimal 237 191 221
Hex ED BF DD

RGB Percentages of Color #edbfdd

%36.52
%29.43
%34.05

CMYK Percentages of Color #edbfdd

%0
%19
%7
%7

Triadic Colors of #edbfdd

#edbfdd #ddedbf #bfdded

Analogous Colors of #edbfdd

#edbfdd #edbfc6 #e6bfed

Monochromatic Colors of #edbfdd

#edbfdd

Complementary Color

#edbfdd #bfedcf

#edbfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbfdd Color CSS Codes

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

#edbfdd Text Font Color

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

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


#edbfdd Background Color

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

This div background color is #edbfdd


#edbfdd Border Color

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

This div border color is #edbfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbfdd


Comments

No comments written yet.

Please login to write comment.