Color Hex Logo

#edbdab Color Hex

#EDBDAB
(237,189,171)
0 Favorites   0 Comments

Color spaces of #edbdab

RGB 237189171
HSL0.050.650.80
HSV16°28°93°
CMYK 0.000.200.28   0.07
XYZ60.473357.340046.4085
Yxy57.34000.36820.3492
Hunter Lab75.723210.036316.6691
CIE-Lab80.370414.653015.6423

#edbdab color RGB value is (237,189,171).

#edbdab hex color red value is 237, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #edbdab hue: 0.05 , saturation: 0.65 and the lightness value of edbdab is 0.80.

The process color (four color CMYK) of #edbdab color hex is 0.00, 0.20, 0.28, 0.07. Web safe color of #edbdab is #ffcc99. Color #edbdab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 10101011
Octal 355 275 253
Decimal 237 189 171
Hex ED BD AB

RGB Percentages of Color #edbdab

%39.70
%31.66
%28.64

CMYK Percentages of Color #edbdab

%0
%20
%28
%7

Triadic Colors of #edbdab

#edbdab #abedbd #bdabed

Analogous Colors of #edbdab

#edbdab #eddeab #edabba

Monochromatic Colors of #edbdab

#edbdab

Complementary Color

#edbdab #abdbed

#edbdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbdab Color CSS Codes

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

#edbdab Text Font Color

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

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


#edbdab Background Color

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

This div background color is #edbdab


#edbdab Border Color

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

This div border color is #edbdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbdab


Comments

No comments written yet.

Please login to write comment.