Color Hex Logo

#edbfc2 Color Hex

#EDBFC2
(237,191,194)
0 Favorites   0 Comments

Color spaces of #edbfc2

RGB 237191194
HSL0.990.560.84
HSV356°19°93°
CMYK 0.000.190.18   0.07
XYZ63.293559.161259.1223
Yxy59.16120.34860.3258
Hunter Lab76.916312.28198.2677
CIE-Lab81.380116.88474.7317

#edbfc2 color RGB value is (237,191,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 11000010
Octal 355 277 302
Decimal 237 191 194
Hex ED BF C2

RGB Percentages of Color #edbfc2

%38.10
%30.71
%31.19

CMYK Percentages of Color #edbfc2

%0
%19
%18
%7

Triadic Colors of #edbfc2

#edbfc2 #c2edbf #bfc2ed

Analogous Colors of #edbfc2

#edbfc2 #edd3bf #edbfd9

Monochromatic Colors of #edbfc2

#edbfc2

Complementary Color

#edbfc2 #bfedea

#edbfc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbfc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbfc2 Color CSS Codes

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

#edbfc2 Text Font Color

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

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


#edbfc2 Background Color

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

This div background color is #edbfc2


#edbfc2 Border Color

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

This div border color is #edbfc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbfc2


Comments

No comments written yet.

Please login to write comment.