Color Hex Logo

#edbfae Color Hex

#EDBFAE
(237,191,174)
0 Favorites   0 Comments

Color spaces of #edbfae

RGB 237191174
HSL0.040.640.81
HSV16°27°93°
CMYK 0.000.190.27   0.07
XYZ61.195858.322148.0763
Yxy58.32210.36510.3480
Hunter Lab76.36899.389716.1336
CIE-Lab80.917514.000714.8037

#edbfae color RGB value is (237,191,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 10101110
Octal 355 277 256
Decimal 237 191 174
Hex ED BF AE

RGB Percentages of Color #edbfae

%39.37
%31.73
%28.90

CMYK Percentages of Color #edbfae

%0
%19
%27
%7

Triadic Colors of #edbfae

#edbfae #aeedbf #bfaeed

Analogous Colors of #edbfae

#edbfae #eddfae #edaebd

Monochromatic Colors of #edbfae

#edbfae

Complementary Color

#edbfae #aedced

#edbfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbfae Color CSS Codes

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

#edbfae Text Font Color

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

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


#edbfae Background Color

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

This div background color is #edbfae


#edbfae Border Color

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

This div border color is #edbfae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,191,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 #edbfae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbfae


Comments

No comments written yet.

Please login to write comment.