Color Hex Logo

#edbfd1 Color Hex

#EDBFD1
(237,191,209)
0 Favorites   0 Comments

Color spaces of #edbfd1

RGB 237191209
HSL0.930.560.84
HSV337°19°93°
CMYK 0.000.190.12   0.07
XYZ65.064559.869668.4483
Yxy59.86960.33650.3096
Hunter Lab77.375414.69241.7134
CIE-Lab81.767319.2510-2.7648

#edbfd1 color RGB value is (237,191,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 11010001
Octal 355 277 321
Decimal 237 191 209
Hex ED BF D1

RGB Percentages of Color #edbfd1

%37.21
%29.98
%32.81

CMYK Percentages of Color #edbfd1

%0
%19
%12
%7

Triadic Colors of #edbfd1

#edbfd1 #d1edbf #bfd1ed

Analogous Colors of #edbfd1

#edbfd1 #edc4bf #edbfe8

Monochromatic Colors of #edbfd1

#edbfd1

Complementary Color

#edbfd1 #bfeddb

#edbfd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbfd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbfd1 Color CSS Codes

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

#edbfd1 Text Font Color

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

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


#edbfd1 Background Color

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

This div background color is #edbfd1


#edbfd1 Border Color

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

This div border color is #edbfd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbfd1


Comments

No comments written yet.

Please login to write comment.