Color Hex Logo

#ff998c Color Hex

#FF998C
(255,153,140)
0 Favorites   0 Comments

Color spaces of #ff998c

RGB 255153140
HSL0.021.000.77
HSV45°100°
CMYK 0.000.400.45   0.00
XYZ57.364945.935930.6540
Yxy45.93590.42820.3429
Hunter Lab67.776032.472420.6273
CIE-Lab73.503936.751923.2363

#ff998c color RGB value is (255,153,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011001 10001100
Octal 377 231 214
Decimal 255 153 140
Hex FF 99 8C

RGB Percentages of Color #ff998c

%46.53
%27.92
%25.55

CMYK Percentages of Color #ff998c

%0
%40
%45
%0

Triadic Colors of #ff998c

#ff998c #8cff99 #998cff

Analogous Colors of #ff998c

#ff998c #ffd38c #ff8cb9

Monochromatic Colors of #ff998c

#ff998c

Complementary Color

#ff998c #8cf2ff

#ff998c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff998c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff998c Color CSS Codes

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

#ff998c Text Font Color

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

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


#ff998c Background Color

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

This div background color is #ff998c


#ff998c Border Color

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

This div border color is #ff998c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff998c

Related Colors


Comments

No comments written yet.

Please login to write comment.