Color Hex Logo

#ed9cce Color Hex

#ED9CCE
(237,156,206)
0 Favorites   0 Comments

Color spaces of #ed9cce

RGB 237156206
HSL0.900.690.77
HSV323°34°93°
CMYK 0.000.340.13   0.07
XYZ57.954146.237764.2628
Yxy46.23770.34400.2745
Hunter Lab67.998333.1363-8.4341
CIE-Lab73.699537.3506-13.1088

#ed9cce color RGB value is (237,156,206).

#ed9cce hex color red value is 237, green value is 156 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ed9cce hue: 0.90 , saturation: 0.69 and the lightness value of ed9cce is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011100 11001110
Octal 355 234 316
Decimal 237 156 206
Hex ED 9C CE

RGB Percentages of Color #ed9cce

%39.57
%26.04
%34.39

CMYK Percentages of Color #ed9cce

%0
%34
%13
%7

Triadic Colors of #ed9cce

#ed9cce #ceed9c #9cceed

Analogous Colors of #ed9cce

#ed9cce #ed9ca6 #e49ced

Monochromatic Colors of #ed9cce

#ed9cce

Complementary Color

#ed9cce #9cedbb

#ed9cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9cce Color CSS Codes

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

#ed9cce Text Font Color

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

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


#ed9cce Background Color

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

This div background color is #ed9cce


#ed9cce Border Color

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

This div border color is #ed9cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9cce


Comments

No comments written yet.

Please login to write comment.