Color Hex Logo

#fb8adc Color Hex

#FB8ADC
(251,138,220)
0 Favorites   0 Comments

Color spaces of #fb8adc

RGB 251138220
HSL0.880.930.76
HSV316°45°98°
CMYK 0.000.450.12   0.02
XYZ61.790443.853572.9180
Yxy43.85350.34600.2456
Hunter Lab66.222050.6663-18.9297
CIE-Lab72.130553.2699-23.0308

#fb8adc color RGB value is (251,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001010 11011100
Octal 373 212 334
Decimal 251 138 220
Hex FB 8A DC

RGB Percentages of Color #fb8adc

%41.22
%22.66
%36.12

CMYK Percentages of Color #fb8adc

%0
%45
%12
%2

Triadic Colors of #fb8adc

#fb8adc #dcfb8a #8adcfb

Analogous Colors of #fb8adc

#fb8adc #fb8aa4 #e28afb

Monochromatic Colors of #fb8adc

#fb8adc

Complementary Color

#fb8adc #8afba9

#fb8adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8adc Color CSS Codes

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

#fb8adc Text Font Color

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

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


#fb8adc Background Color

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

This div background color is #fb8adc


#fb8adc Border Color

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

This div border color is #fb8adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8adc


Comments

No comments written yet.

Please login to write comment.