Color Hex Logo

#edabce Color Hex

#EDABCE
(237,171,206)
0 Favorites   0 Comments

Color spaces of #edabce

RGB 237171206
HSL0.910.650.80
HSV328°28°93°
CMYK 0.000.280.13   0.07
XYZ60.628551.586665.1543
Yxy51.58660.34180.2908
Hunter Lab71.823824.9852-3.5077
CIE-Lab77.033029.4062-8.1336

#edabce color RGB value is (237,171,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11001110
Octal 355 253 316
Decimal 237 171 206
Hex ED AB CE

RGB Percentages of Color #edabce

%38.60
%27.85
%33.55

CMYK Percentages of Color #edabce

%0
%28
%13
%7

Triadic Colors of #edabce

#edabce #ceedab #abceed

Analogous Colors of #edabce

#edabce #edabad #ebabed

Monochromatic Colors of #edabce

#edabce

Complementary Color

#edabce #abedca

#edabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabce Color CSS Codes

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

#edabce Text Font Color

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

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


#edabce Background Color

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

This div background color is #edabce


#edabce Border Color

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

This div border color is #edabce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabce


Comments

No comments written yet.

Please login to write comment.