Color Hex Logo

#ff9dba Color Hex

#FF9DBA
(255,157,186)
0 Favorites   0 Comments

Color spaces of #ff9dba

RGB 255157186
HSL0.951.000.81
HSV342°38°100°
CMYK 0.000.380.27   0.00
XYZ62.159948.919152.6205
Yxy48.91910.37970.2988
Hunter Lab69.942236.23994.3531
CIE-Lab75.401040.03450.6378

#ff9dba color RGB value is (255,157,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011101 10111010
Octal 377 235 272
Decimal 255 157 186
Hex FF 9D BA

RGB Percentages of Color #ff9dba

%42.64
%26.25
%31.10

CMYK Percentages of Color #ff9dba

%0
%38
%27
%0

Triadic Colors of #ff9dba

#ff9dba #baff9d #9dbaff

Analogous Colors of #ff9dba

#ff9dba #ffb19d #ff9deb

Monochromatic Colors of #ff9dba

#ff9dba

Complementary Color

#ff9dba #9dffe2

#ff9dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9dba Color CSS Codes

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

#ff9dba Text Font Color

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

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


#ff9dba Background Color

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

This div background color is #ff9dba


#ff9dba Border Color

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

This div border color is #ff9dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9dba


Comments

No comments written yet.

Please login to write comment.