Color Hex Logo

#edbfb9 Color Hex

#EDBFB9
(237,191,185)
0 Favorites   0 Comments

Color spaces of #edbfb9

RGB 237191185
HSL0.020.590.83
HSV22°93°
CMYK 0.000.190.22   0.07
XYZ62.312858.768953.9582
Yxy58.76890.35600.3357
Hunter Lab76.660910.934911.9310
CIE-Lab81.164415.54779.2559

#edbfb9 color RGB value is (237,191,185).

#edbfb9 hex color red value is 237, green value is 191 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #edbfb9 hue: 0.02 , saturation: 0.59 and the lightness value of edbfb9 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 10111001
Octal 355 277 271
Decimal 237 191 185
Hex ED BF B9

RGB Percentages of Color #edbfb9

%38.66
%31.16
%30.18

CMYK Percentages of Color #edbfb9

%0
%19
%22
%7

Triadic Colors of #edbfb9

#edbfb9 #b9edbf #bfb9ed

Analogous Colors of #edbfb9

#edbfb9 #edd9b9 #edb9cd

Monochromatic Colors of #edbfb9

#edbfb9

Complementary Color

#edbfb9 #b9e7ed

#edbfb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbfb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbfb9 Color CSS Codes

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

#edbfb9 Text Font Color

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

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


#edbfb9 Background Color

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

This div background color is #edbfb9


#edbfb9 Border Color

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

This div border color is #edbfb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbfb9

#edbfb9 Color Palettes


Comments

No comments written yet.

Please login to write comment.