Color Hex Logo

#f3badc Color Hex

#F3BADC
(243,186,220)
0 Favorites   0 Comments

Color spaces of #f3badc

RGB 243186220
HSL0.900.700.84
HSV324°23°95°
CMYK 0.000.230.09   0.05
XYZ67.439359.339875.6094
Yxy59.33980.33320.2932
Hunter Lab77.032321.4644-4.2722
CIE-Lab81.478025.7951-9.0413

#f3badc color RGB value is (243,186,220).

#f3badc hex color red value is 243, green value is 186 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f3badc hue: 0.90 , saturation: 0.70 and the lightness value of f3badc is 0.84.

The process color (four color CMYK) of #f3badc color hex is 0.00, 0.23, 0.09, 0.05. Web safe color of #f3badc is #ffcccc. Color #f3badc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10111010 11011100
Octal 363 272 334
Decimal 243 186 220
Hex F3 BA DC

RGB Percentages of Color #f3badc

%37.44
%28.66
%33.90

CMYK Percentages of Color #f3badc

%0
%23
%9
%5

Triadic Colors of #f3badc

#f3badc #dcf3ba #badcf3

Analogous Colors of #f3badc

#f3badc #f3bac0 #eebaf3

Monochromatic Colors of #f3badc

#f3badc

Complementary Color

#f3badc #baf3d1

#f3badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3badc Color CSS Codes

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

#f3badc Text Font Color

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

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


#f3badc Background Color

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

This div background color is #f3badc


#f3badc Border Color

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

This div border color is #f3badc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,186,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 #f3badc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3badc


Comments

No comments written yet.

Please login to write comment.