Color Hex Logo

#ed9ccc Color Hex

#ED9CCC
(237,156,204)
0 Favorites   0 Comments

Color spaces of #ed9ccc

RGB 237156204
HSL0.900.690.77
HSV324°34°93°
CMYK 0.000.340.14   0.07
XYZ57.712646.141162.9911
Yxy46.14110.34590.2766
Hunter Lab67.927232.7852-7.4324
CIE-Lab73.637037.0303-12.1026

#ed9ccc color RGB value is (237,156,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011100 11001100
Octal 355 234 314
Decimal 237 156 204
Hex ED 9C CC

RGB Percentages of Color #ed9ccc

%39.70
%26.13
%34.17

CMYK Percentages of Color #ed9ccc

%0
%34
%14
%7

Triadic Colors of #ed9ccc

#ed9ccc #cced9c #9ccced

Analogous Colors of #ed9ccc

#ed9ccc #ed9ca4 #e69ced

Monochromatic Colors of #ed9ccc

#ed9ccc

Complementary Color

#ed9ccc #9cedbd

#ed9ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9ccc Color CSS Codes

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

#ed9ccc Text Font Color

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

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


#ed9ccc Background Color

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

This div background color is #ed9ccc


#ed9ccc Border Color

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

This div border color is #ed9ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9ccc


Comments

No comments written yet.

Please login to write comment.