Color Hex Logo

#eda8bf Color Hex

#EDA8BF
(237,168,191)
0 Favorites   0 Comments

Color spaces of #eda8bf

RGB 237168191
HSL0.940.660.79
HSV340°29°93°
CMYK 0.000.290.19   0.07
XYZ58.331749.771455.8226
Yxy49.77140.35580.3036
Hunter Lab70.548824.12822.4703
CIE-Lab75.928728.6607-1.5734

#eda8bf color RGB value is (237,168,191).

#eda8bf hex color red value is 237, green value is 168 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #eda8bf hue: 0.94 , saturation: 0.66 and the lightness value of eda8bf is 0.79.

The process color (four color CMYK) of #eda8bf color hex is 0.00, 0.29, 0.19, 0.07. Web safe color of #eda8bf is #ff99cc. Color #eda8bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101000 10111111
Octal 355 250 277
Decimal 237 168 191
Hex ED A8 BF

RGB Percentages of Color #eda8bf

%39.77
%28.19
%32.05

CMYK Percentages of Color #eda8bf

%0
%29
%19
%7

Triadic Colors of #eda8bf

#eda8bf #bfeda8 #a8bfed

Analogous Colors of #eda8bf

#eda8bf #edb4a8 #eda8e2

Monochromatic Colors of #eda8bf

#eda8bf

Complementary Color

#eda8bf #a8edd6

#eda8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda8bf Color CSS Codes

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

#eda8bf Text Font Color

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

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


#eda8bf Background Color

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

This div background color is #eda8bf


#eda8bf Border Color

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

This div border color is #eda8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda8bf


Comments

No comments written yet.

Please login to write comment.