Color Hex Logo

#edbfd5 Color Hex

#EDBFD5
(237,191,213)
0 Favorites   0 Comments

Color spaces of #edbfd5

RGB 237191213
HSL0.920.560.84
HSV331°19°93°
CMYK 0.000.190.10   0.07
XYZ65.566160.070271.0898
Yxy60.07020.33330.3053
Hunter Lab77.505015.3702-0.1290
CIE-Lab81.876319.9104-4.7529

#edbfd5 color RGB value is (237,191,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 11010101
Octal 355 277 325
Decimal 237 191 213
Hex ED BF D5

RGB Percentages of Color #edbfd5

%36.97
%29.80
%33.23

CMYK Percentages of Color #edbfd5

%0
%19
%10
%7

Triadic Colors of #edbfd5

#edbfd5 #d5edbf #bfd5ed

Analogous Colors of #edbfd5

#edbfd5 #edc0bf #edbfec

Monochromatic Colors of #edbfd5

#edbfd5

Complementary Color

#edbfd5 #bfedd7

#edbfd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbfd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbfd5 Color CSS Codes

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

#edbfd5 Text Font Color

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

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


#edbfd5 Background Color

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

This div background color is #edbfd5


#edbfd5 Border Color

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

This div border color is #edbfd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbfd5


Comments

No comments written yet.

Please login to write comment.