Color Hex Logo

#fbadef Color Hex

#FBADEF
(251,173,239)
0 Favorites   0 Comments

Color spaces of #fbadef

RGB 251173239
HSL0.860.910.83
HSV309°31°98°
CMYK 0.000.310.05   0.02
XYZ70.307256.628488.8861
Yxy56.62840.32580.2624
Hunter Lab75.251835.0804-17.3560
CIE-Lab79.970138.5286-21.4537

#fbadef color RGB value is (251,173,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11101111
Octal 373 255 357
Decimal 251 173 239
Hex FB AD EF

RGB Percentages of Color #fbadef

%37.86
%26.09
%36.05

CMYK Percentages of Color #fbadef

%0
%31
%5
%2

Triadic Colors of #fbadef

#fbadef #effbad #adeffb

Analogous Colors of #fbadef

#fbadef #fbadc8 #e0adfb

Monochromatic Colors of #fbadef

#fbadef

Complementary Color

#fbadef #adfbb9

#fbadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadef Color CSS Codes

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

#fbadef Text Font Color

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

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


#fbadef Background Color

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

This div background color is #fbadef


#fbadef Border Color

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

This div border color is #fbadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadef

Related Colors


Comments

No comments written yet.

Please login to write comment.