Color Hex Logo

#edbdb8 Color Hex

#EDBDB8
(237,189,184)
0 Favorites   0 Comments

Color spaces of #edbdb8

RGB 237189184
HSL0.020.600.83
HSV22°93°
CMYK 0.000.200.22   0.07
XYZ61.774457.860453.2597
Yxy57.86040.35730.3347
Hunter Lab76.066011.847111.7327
CIE-Lab80.661116.46249.0740

#edbdb8 color RGB value is (237,189,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 10111000
Octal 355 275 270
Decimal 237 189 184
Hex ED BD B8

RGB Percentages of Color #edbdb8

%38.85
%30.98
%30.16

CMYK Percentages of Color #edbdb8

%0
%20
%22
%7

Triadic Colors of #edbdb8

#edbdb8 #b8edbd #bdb8ed

Analogous Colors of #edbdb8

#edbdb8 #edd8b8 #edb8ce

Monochromatic Colors of #edbdb8

#edbdb8

Complementary Color

#edbdb8 #b8e8ed

#edbdb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbdb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbdb8 Color CSS Codes

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

#edbdb8 Text Font Color

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

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


#edbdb8 Background Color

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

This div background color is #edbdb8


#edbdb8 Border Color

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

This div border color is #edbdb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbdb8


Comments

No comments written yet.

Please login to write comment.