Color Hex Logo

#edbfe3 Color Hex

#EDBFE3
(237,191,227)
0 Favorites   0 Comments

Color spaces of #edbfe3

RGB 237191227
HSL0.870.560.84
HSV313°19°93°
CMYK 0.000.190.04   0.07
XYZ67.421060.812280.8575
Yxy60.81220.32240.2908
Hunter Lab77.982217.8568-6.8886
CIE-Lab82.277722.3079-11.6689

#edbfe3 color RGB value is (237,191,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 11100011
Octal 355 277 343
Decimal 237 191 227
Hex ED BF E3

RGB Percentages of Color #edbfe3

%36.18
%29.16
%34.66

CMYK Percentages of Color #edbfe3

%0
%19
%4
%7

Triadic Colors of #edbfe3

#edbfe3 #e3edbf #bfe3ed

Analogous Colors of #edbfe3

#edbfe3 #edbfcc #e0bfed

Monochromatic Colors of #edbfe3

#edbfe3

Complementary Color

#edbfe3 #bfedc9

#edbfe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbfe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbfe3 Color CSS Codes

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

#edbfe3 Text Font Color

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

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


#edbfe3 Background Color

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

This div background color is #edbfe3


#edbfe3 Border Color

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

This div border color is #edbfe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbfe3


Comments

No comments written yet.

Please login to write comment.