Color Hex Logo

#fbadae Color Hex

#FBADAE
(251,173,174)
0 Favorites   0 Comments

Color spaces of #fbadae

RGB 251173174
HSL1.000.910.83
HSV359°31°98°
CMYK 0.000.310.31   0.02
XYZ62.367253.452447.0746
Yxy53.45240.38290.3281
Hunter Lab73.111124.324313.0023
CIE-Lab78.141328.704511.0823

#fbadae color RGB value is (251,173,174).

#fbadae hex color red value is 251, green value is 173 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fbadae hue: 1.00 , saturation: 0.91 and the lightness value of fbadae is 0.83.

The process color (four color CMYK) of #fbadae color hex is 0.00, 0.31, 0.31, 0.02. Web safe color of #fbadae is #ff9999. Color #fbadae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 10101110
Octal 373 255 256
Decimal 251 173 174
Hex FB AD AE

RGB Percentages of Color #fbadae

%41.97
%28.93
%29.10

CMYK Percentages of Color #fbadae

%0
%31
%31
%2

Triadic Colors of #fbadae

#fbadae #aefbad #adaefb

Analogous Colors of #fbadae

#fbadae #fbd3ad #fbadd5

Monochromatic Colors of #fbadae

#fbadae

Complementary Color

#fbadae #adfbfa

#fbadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadae Color CSS Codes

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

#fbadae Text Font Color

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

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


#fbadae Background Color

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

This div background color is #fbadae


#fbadae Border Color

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

This div border color is #fbadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadae


Comments

No comments written yet.

Please login to write comment.