Color Hex Logo

#ed99cf Color Hex

#ED99CF
(237,153,207)
0 Favorites   0 Comments

Color spaces of #ed99cf

RGB 237153207
HSL0.890.700.76
HSV321°35°93°
CMYK 0.000.350.13   0.07
XYZ57.578845.292064.7390
Yxy45.29200.34350.2702
Hunter Lab67.299334.9441-9.9248
CIE-Lab73.083739.0875-14.5838

#ed99cf color RGB value is (237,153,207).

#ed99cf hex color red value is 237, green value is 153 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ed99cf hue: 0.89 , saturation: 0.70 and the lightness value of ed99cf is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011001 11001111
Octal 355 231 317
Decimal 237 153 207
Hex ED 99 CF

RGB Percentages of Color #ed99cf

%39.70
%25.63
%34.67

CMYK Percentages of Color #ed99cf

%0
%35
%13
%7

Triadic Colors of #ed99cf

#ed99cf #cfed99 #99cfed

Analogous Colors of #ed99cf

#ed99cf #ed99a5 #e199ed

Monochromatic Colors of #ed99cf

#ed99cf

Complementary Color

#ed99cf #99edb7

#ed99cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed99cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed99cf Color CSS Codes

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

#ed99cf Text Font Color

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

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


#ed99cf Background Color

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

This div background color is #ed99cf


#ed99cf Border Color

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

This div border color is #ed99cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed99cf


Comments

No comments written yet.

Please login to write comment.