Color Hex Logo

#fb8ada Color Hex

#FB8ADA
(251,138,218)
0 Favorites   0 Comments

Color spaces of #fb8ada

RGB 251138218
HSL0.880.930.76
HSV318°45°98°
CMYK 0.000.450.13   0.02
XYZ61.527043.748171.5311
Yxy43.74810.34800.2474
Hunter Lab66.142350.2953-17.8208
CIE-Lab72.059852.9581-22.0362

#fb8ada color RGB value is (251,138,218).

#fb8ada hex color red value is 251, green value is 138 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fb8ada hue: 0.88 , saturation: 0.93 and the lightness value of fb8ada is 0.76.

The process color (four color CMYK) of #fb8ada color hex is 0.00, 0.45, 0.13, 0.02. Web safe color of #fb8ada is #ff99cc. Color #fb8ada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001010 11011010
Octal 373 212 332
Decimal 251 138 218
Hex FB 8A DA

RGB Percentages of Color #fb8ada

%41.35
%22.73
%35.91

CMYK Percentages of Color #fb8ada

%0
%45
%13
%2

Triadic Colors of #fb8ada

#fb8ada #dafb8a #8adafb

Analogous Colors of #fb8ada

#fb8ada #fb8aa2 #e48afb

Monochromatic Colors of #fb8ada

#fb8ada

Complementary Color

#fb8ada #8afbab

#fb8ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8ada Color CSS Codes

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

#fb8ada Text Font Color

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

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


#fb8ada Background Color

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

This div background color is #fb8ada


#fb8ada Border Color

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

This div border color is #fb8ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8ada

Related Colors


Comments

No comments written yet.

Please login to write comment.