Color Hex Logo

#edbdae Color Hex

#EDBDAE
(237,189,174)
0 Favorites   0 Comments

Color spaces of #edbdae

RGB 237189174
HSL0.040.640.81
HSV14°27°93°
CMYK 0.000.200.27   0.07
XYZ60.762657.455747.9319
Yxy57.45570.36570.3458
Hunter Lab75.799510.440415.5676
CIE-Lab80.435215.058514.1248

#edbdae color RGB value is (237,189,174).

#edbdae hex color red value is 237, green value is 189 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #edbdae hue: 0.04 , saturation: 0.64 and the lightness value of edbdae is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 10101110
Octal 355 275 256
Decimal 237 189 174
Hex ED BD AE

RGB Percentages of Color #edbdae

%39.50
%31.50
%29.00

CMYK Percentages of Color #edbdae

%0
%20
%27
%7

Triadic Colors of #edbdae

#edbdae #aeedbd #bdaeed

Analogous Colors of #edbdae

#edbdae #edddae #edaebf

Monochromatic Colors of #edbdae

#edbdae

Complementary Color

#edbdae #aedeed

#edbdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbdae Color CSS Codes

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

#edbdae Text Font Color

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

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


#edbdae Background Color

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

This div background color is #edbdae


#edbdae Border Color

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

This div border color is #edbdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbdae


Comments

No comments written yet.

Please login to write comment.