Color Hex Logo

#edbfc3 Color Hex

#EDBFC3
(237,191,195)
0 Favorites   0 Comments

Color spaces of #edbfc3

RGB 237191195
HSL0.990.560.84
HSV355°19°93°
CMYK 0.000.190.18   0.07
XYZ63.406259.206359.7158
Yxy59.20630.34780.3247
Hunter Lab76.945612.43617.8483
CIE-Lab81.404917.03714.2302

#edbfc3 color RGB value is (237,191,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 11000011
Octal 355 277 303
Decimal 237 191 195
Hex ED BF C3

RGB Percentages of Color #edbfc3

%38.04
%30.66
%31.30

CMYK Percentages of Color #edbfc3

%0
%19
%18
%7

Triadic Colors of #edbfc3

#edbfc3 #c3edbf #bfc3ed

Analogous Colors of #edbfc3

#edbfc3 #edd2bf #edbfda

Monochromatic Colors of #edbfc3

#edbfc3

Complementary Color

#edbfc3 #bfede9

#edbfc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbfc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbfc3 Color CSS Codes

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

#edbfc3 Text Font Color

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

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


#edbfc3 Background Color

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

This div background color is #edbfc3


#edbfc3 Border Color

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

This div border color is #edbfc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbfc3


Comments

No comments written yet.

Please login to write comment.