Color Hex Logo

#ff9bad Color Hex

#FF9BAD
(255,155,173)
0 Favorites   0 Comments

Color spaces of #ff9bad

RGB 255155173
HSL0.971.000.80
HSV349°39°100°
CMYK 0.000.390.32   0.00
XYZ60.504247.719845.5571
Yxy47.71980.39340.3103
Hunter Lab69.079535.45249.2546
CIE-Lab74.647939.39266.7019

#ff9bad color RGB value is (255,155,173).

#ff9bad hex color red value is 255, green value is 155 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ff9bad hue: 0.97 , saturation: 1.00 and the lightness value of ff9bad is 0.80.

The process color (four color CMYK) of #ff9bad color hex is 0.00, 0.39, 0.32, 0.00. Web safe color of #ff9bad is #ff9999. Color #ff9bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011011 10101101
Octal 377 233 255
Decimal 255 155 173
Hex FF 9B AD

RGB Percentages of Color #ff9bad

%43.74
%26.59
%29.67

CMYK Percentages of Color #ff9bad

%0
%39
%32
%0

Triadic Colors of #ff9bad

#ff9bad #adff9b #9badff

Analogous Colors of #ff9bad

#ff9bad #ffbb9b #ff9bdf

Monochromatic Colors of #ff9bad

#ff9bad

Complementary Color

#ff9bad #9bffed

#ff9bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9bad Color CSS Codes

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

#ff9bad Text Font Color

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

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


#ff9bad Background Color

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

This div background color is #ff9bad


#ff9bad Border Color

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

This div border color is #ff9bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9bad

Related Colors


Comments

No comments written yet.

Please login to write comment.