Color Hex Logo

#edbfc0 Color Hex

#EDBFC0
(237,191,192)
0 Favorites   0 Comments

Color spaces of #edbfc0

RGB 237191192
HSL1.000.560.84
HSV359°19°93°
CMYK 0.000.190.19   0.07
XYZ63.070359.071957.9470
Yxy59.07190.35020.3280
Hunter Lab76.858211.97629.0993
CIE-Lab81.331116.58225.7357

#edbfc0 color RGB value is (237,191,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 11000000
Octal 355 277 300
Decimal 237 191 192
Hex ED BF C0

RGB Percentages of Color #edbfc0

%38.23
%30.81
%30.97

CMYK Percentages of Color #edbfc0

%0
%19
%19
%7

Triadic Colors of #edbfc0

#edbfc0 #c0edbf #bfc0ed

Analogous Colors of #edbfc0

#edbfc0 #edd5bf #edbfd7

Monochromatic Colors of #edbfc0

#edbfc0

Complementary Color

#edbfc0 #bfedec

#edbfc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbfc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbfc0 Color CSS Codes

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

#edbfc0 Text Font Color

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

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


#edbfc0 Background Color

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

This div background color is #edbfc0


#edbfc0 Border Color

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

This div border color is #edbfc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbfc0


Comments

No comments written yet.

Please login to write comment.