Color Hex Logo

#edbfc1 Color Hex

#EDBFC1
(237,191,193)
0 Favorites   0 Comments

Color spaces of #edbfc1

RGB 237191193
HSL0.990.560.84
HSV357°19°93°
CMYK 0.000.190.19   0.07
XYZ63.181559.116458.5327
Yxy59.11640.34940.3269
Hunter Lab76.887212.12858.6847
CIE-Lab81.355516.73305.2335

#edbfc1 color RGB value is (237,191,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 11000001
Octal 355 277 301
Decimal 237 191 193
Hex ED BF C1

RGB Percentages of Color #edbfc1

%38.16
%30.76
%31.08

CMYK Percentages of Color #edbfc1

%0
%19
%19
%7

Triadic Colors of #edbfc1

#edbfc1 #c1edbf #bfc1ed

Analogous Colors of #edbfc1

#edbfc1 #edd4bf #edbfd8

Monochromatic Colors of #edbfc1

#edbfc1

Complementary Color

#edbfc1 #bfedeb

#edbfc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbfc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbfc1 Color CSS Codes

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

#edbfc1 Text Font Color

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

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


#edbfc1 Background Color

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

This div background color is #edbfc1


#edbfc1 Border Color

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

This div border color is #edbfc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbfc1


Comments

No comments written yet.

Please login to write comment.