Color Hex Logo

#ff9985 Color Hex

#FF9985
(255,153,133)
0 Favorites   0 Comments

Color spaces of #ff9985

RGB 255153133
HSL0.031.000.76
HSV10°48°100°
CMYK 0.000.400.48   0.00
XYZ56.864945.735928.0211
Yxy45.73590.43530.3501
Hunter Lab67.628331.741222.7736
CIE-Lab73.373836.081426.8778

#ff9985 color RGB value is (255,153,133).

#ff9985 hex color red value is 255, green value is 153 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ff9985 hue: 0.03 , saturation: 1.00 and the lightness value of ff9985 is 0.76.

The process color (four color CMYK) of #ff9985 color hex is 0.00, 0.40, 0.48, 0.00. Web safe color of #ff9985 is #ff9999. Color #ff9985 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011001 10000101
Octal 377 231 205
Decimal 255 153 133
Hex FF 99 85

RGB Percentages of Color #ff9985

%47.13
%28.28
%24.58

CMYK Percentages of Color #ff9985

%0
%40
%48
%0

Triadic Colors of #ff9985

#ff9985 #85ff99 #9985ff

Analogous Colors of #ff9985

#ff9985 #ffd685 #ff85ae

Monochromatic Colors of #ff9985

#ff9985

Complementary Color

#ff9985 #85ebff

#ff9985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9985 Color CSS Codes

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

#ff9985 Text Font Color

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

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


#ff9985 Background Color

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

This div background color is #ff9985


#ff9985 Border Color

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

This div border color is #ff9985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9985


Comments

No comments written yet.

Please login to write comment.