Color Hex Logo

#edbebf Color Hex

#EDBEBF
(237,190,191)
0 Favorites   0 Comments

Color spaces of #edbebf

RGB 237190191
HSL1.000.570.84
HSV359°20°93°
CMYK 0.000.200.19   0.07
XYZ62.742558.593057.2929
Yxy58.59300.35120.3280
Hunter Lab76.546112.35559.2051
CIE-Lab81.067416.96215.8931

#edbebf color RGB value is (237,190,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 10111111
Octal 355 276 277
Decimal 237 190 191
Hex ED BE BF

RGB Percentages of Color #edbebf

%38.35
%30.74
%30.91

CMYK Percentages of Color #edbebf

%0
%20
%19
%7

Triadic Colors of #edbebf

#edbebf #bfedbe #bebfed

Analogous Colors of #edbebf

#edbebf #edd5be #edbed7

Monochromatic Colors of #edbebf

#edbebf

Complementary Color

#edbebf #beedec

#edbebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbebf Color CSS Codes

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

#edbebf Text Font Color

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

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


#edbebf Background Color

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

This div background color is #edbebf


#edbebf Border Color

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

This div border color is #edbebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbebf


Comments

No comments written yet.

Please login to write comment.