Color Hex Logo

#edbec4 Color Hex

#EDBEC4
(237,190,196)
1 Favorites   0 Comments

Color spaces of #edbec4

RGB 237190196
HSL0.980.570.84
HSV352°20°93°
CMYK 0.000.200.17   0.07
XYZ63.302358.817060.2410
Yxy58.81700.34710.3225
Hunter Lab76.692213.12377.1129
CIE-Lab81.190917.72063.3828

#edbec4 color RGB value is (237,190,196).

#edbec4 hex color red value is 237, green value is 190 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #edbec4 hue: 0.98 , saturation: 0.57 and the lightness value of edbec4 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 11000100
Octal 355 276 304
Decimal 237 190 196
Hex ED BE C4

RGB Percentages of Color #edbec4

%38.04
%30.50
%31.46

CMYK Percentages of Color #edbec4

%0
%20
%17
%7

Triadic Colors of #edbec4

#edbec4 #c4edbe #bec4ed

Analogous Colors of #edbec4

#edbec4 #edd0be #edbedc

Monochromatic Colors of #edbec4

#edbec4

Complementary Color

#edbec4 #beede7

#edbec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbec4 Color CSS Codes

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

#edbec4 Text Font Color

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

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


#edbec4 Background Color

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

This div background color is #edbec4


#edbec4 Border Color

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

This div border color is #edbec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbec4


Comments

No comments written yet.

Please login to write comment.