Color Hex Logo

#ed99be Color Hex

#ED99BE
(237,153,190)
0 Favorites   0 Comments

Color spaces of #ed99be

RGB 237153190
HSL0.930.700.76
HSV334°35°93°
CMYK 0.000.350.20   0.07
XYZ55.610544.504754.3745
Yxy44.50470.36000.2881
Hunter Lab66.711832.0506-1.6269
CIE-Lab72.564636.4486-5.9774

#ed99be color RGB value is (237,153,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011001 10111110
Octal 355 231 276
Decimal 237 153 190
Hex ED 99 BE

RGB Percentages of Color #ed99be

%40.86
%26.38
%32.76

CMYK Percentages of Color #ed99be

%0
%35
%20
%7

Triadic Colors of #ed99be

#ed99be #beed99 #99beed

Analogous Colors of #ed99be

#ed99be #ed9e99 #ed99e8

Monochromatic Colors of #ed99be

#ed99be

Complementary Color

#ed99be #99edc8

#ed99be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed99be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed99be Color CSS Codes

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

#ed99be Text Font Color

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

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


#ed99be Background Color

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

This div background color is #ed99be


#ed99be Border Color

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

This div border color is #ed99be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed99be


Comments

No comments written yet.

Please login to write comment.