Color Hex Logo

#fbade4 Color Hex

#FBADE4
(251,173,228)
0 Favorites   0 Comments

Color spaces of #fbade4

RGB 251173228
HSL0.880.910.83
HSV318°31°98°
CMYK 0.000.310.09   0.02
XYZ68.730855.997880.5849
Yxy55.99780.33480.2727
Hunter Lab74.831732.9918-11.4662
CIE-Lab79.612636.6646-16.0602

#fbade4 color RGB value is (251,173,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11100100
Octal 373 255 344
Decimal 251 173 228
Hex FB AD E4

RGB Percentages of Color #fbade4

%38.50
%26.53
%34.97

CMYK Percentages of Color #fbade4

%0
%31
%9
%2

Triadic Colors of #fbade4

#fbade4 #e4fbad #ade4fb

Analogous Colors of #fbade4

#fbade4 #fbadbd #ebadfb

Monochromatic Colors of #fbade4

#fbade4

Complementary Color

#fbade4 #adfbc4

#fbade4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbade4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbade4 Color CSS Codes

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

#fbade4 Text Font Color

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

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


#fbade4 Background Color

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

This div background color is #fbade4


#fbade4 Border Color

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

This div border color is #fbade4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbade4


Comments

No comments written yet.

Please login to write comment.