Color Hex Logo

#ff9ebd Color Hex

#FF9EBD
(255,158,189)
0 Favorites   0 Comments

Color spaces of #ff9ebd

RGB 255158189
HSL0.951.000.81
HSV341°38°100°
CMYK 0.000.380.26   0.00
XYZ62.652249.387854.3748
Yxy49.38780.37650.2968
Hunter Lab70.276536.15083.3192
CIE-Lab75.692039.9231-0.5857

#ff9ebd color RGB value is (255,158,189).

#ff9ebd hex color red value is 255, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ff9ebd hue: 0.95 , saturation: 1.00 and the lightness value of ff9ebd is 0.81.

The process color (four color CMYK) of #ff9ebd color hex is 0.00, 0.38, 0.26, 0.00. Web safe color of #ff9ebd is #ff99cc. Color #ff9ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011110 10111101
Octal 377 236 275
Decimal 255 158 189
Hex FF 9E BD

RGB Percentages of Color #ff9ebd

%42.36
%26.25
%31.40

CMYK Percentages of Color #ff9ebd

%0
%38
%26
%0

Triadic Colors of #ff9ebd

#ff9ebd #bdff9e #9ebdff

Analogous Colors of #ff9ebd

#ff9ebd #ffb09e #ff9eee

Monochromatic Colors of #ff9ebd

#ff9ebd

Complementary Color

#ff9ebd #9effe0

#ff9ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9ebd Color CSS Codes

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

#ff9ebd Text Font Color

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

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


#ff9ebd Background Color

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

This div background color is #ff9ebd


#ff9ebd Border Color

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

This div border color is #ff9ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,158,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff9ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff9ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #ff9ebd;
  box-shadow:         1px 1px 3px 2px #ff9ebd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,158,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9ebd

#ff9ebd Color Palettes


Comments

No comments written yet.

Please login to write comment.