Color Hex Logo

#edafce Color Hex

#EDAFCE
(237,175,206)
0 Favorites   0 Comments

Color spaces of #edafce

RGB 237175206
HSL0.920.630.81
HSV330°26°93°
CMYK 0.000.260.13   0.07
XYZ61.395653.120765.4099
Yxy53.12070.34120.2952
Hunter Lab72.883922.8170-2.1912
CIE-Lab77.946227.2776-6.7792

#edafce color RGB value is (237,175,206).

#edafce hex color red value is 237, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #edafce hue: 0.92 , saturation: 0.63 and the lightness value of edafce is 0.81.

The process color (four color CMYK) of #edafce color hex is 0.00, 0.26, 0.13, 0.07. Web safe color of #edafce is #ff99cc. Color #edafce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 11001110
Octal 355 257 316
Decimal 237 175 206
Hex ED AF CE

RGB Percentages of Color #edafce

%38.35
%28.32
%33.33

CMYK Percentages of Color #edafce

%0
%26
%13
%7

Triadic Colors of #edafce

#edafce #ceedaf #afceed

Analogous Colors of #edafce

#edafce #edafaf #edafed

Monochromatic Colors of #edafce

#edafce

Complementary Color

#edafce #afedce

#edafce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edafce Color Preview on White Background

Lorem ipsum dolor sit amet.

#edafce Color CSS Codes

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

#edafce Text Font Color

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

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


#edafce Background Color

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

This div background color is #edafce


#edafce Border Color

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

This div border color is #edafce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edafce


Comments

No comments written yet.

Please login to write comment.