Color Hex Logo

#edbfda Color Hex

#EDBFDA
(237,191,218)
0 Favorites   0 Comments

Color spaces of #edbfda

RGB 237191218
HSL0.900.560.84
HSV325°19°93°
CMYK 0.000.190.08   0.07
XYZ66.210760.328174.4845
Yxy60.32810.32940.3001
Hunter Lab77.671216.2376-2.4877
CIE-Lab82.016220.7506-7.2306

#edbfda color RGB value is (237,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 11011010
Octal 355 277 332
Decimal 237 191 218
Hex ED BF DA

RGB Percentages of Color #edbfda

%36.69
%29.57
%33.75

CMYK Percentages of Color #edbfda

%0
%19
%8
%7

Triadic Colors of #edbfda

#edbfda #daedbf #bfdaed

Analogous Colors of #edbfda

#edbfda #edbfc3 #e9bfed

Monochromatic Colors of #edbfda

#edbfda

Complementary Color

#edbfda #bfedd2

#edbfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbfda Color CSS Codes

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

#edbfda Text Font Color

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

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


#edbfda Background Color

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

This div background color is #edbfda


#edbfda Border Color

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

This div border color is #edbfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbfda


Comments

No comments written yet.

Please login to write comment.