Color Hex Logo

#fbadea Color Hex

#FBADEA
(251,173,234)
0 Favorites   0 Comments

Color spaces of #fbadea

RGB 251173234
HSL0.870.910.83
HSV313°31°98°
CMYK 0.000.310.07   0.02
XYZ69.578556.336985.0488
Yxy56.33690.32980.2670
Hunter Lab75.057934.1177-14.6415
CIE-Lab79.805237.6719-19.0087

#fbadea color RGB value is (251,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11101010
Octal 373 255 352
Decimal 251 173 234
Hex FB AD EA

RGB Percentages of Color #fbadea

%38.15
%26.29
%35.56

CMYK Percentages of Color #fbadea

%0
%31
%7
%2

Triadic Colors of #fbadea

#fbadea #eafbad #adeafb

Analogous Colors of #fbadea

#fbadea #fbadc3 #e5adfb

Monochromatic Colors of #fbadea

#fbadea

Complementary Color

#fbadea #adfbbe

#fbadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadea Color CSS Codes

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

#fbadea Text Font Color

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

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


#fbadea Background Color

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

This div background color is #fbadea


#fbadea Border Color

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

This div border color is #fbadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadea


Comments

No comments written yet.

Please login to write comment.