Color Hex Logo

#f3bcec Color Hex

#F3BCEC
(243,188,236)
0 Favorites   0 Comments

Color spaces of #f3bcec

RGB 243188236
HSL0.850.700.85
HSV308°23°95°
CMYK 0.000.230.03   0.05
XYZ70.085761.077387.4521
Yxy61.07730.32060.2794
Hunter Lab78.152023.3106-11.6392
CIE-Lab82.420327.4922-16.2187

#f3bcec color RGB value is (243,188,236).

#f3bcec hex color red value is 243, green value is 188 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f3bcec hue: 0.85 , saturation: 0.70 and the lightness value of f3bcec is 0.85.

The process color (four color CMYK) of #f3bcec color hex is 0.00, 0.23, 0.03, 0.05. Web safe color of #f3bcec is #ffccff. Color #f3bcec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10111100 11101100
Octal 363 274 354
Decimal 243 188 236
Hex F3 BC EC

RGB Percentages of Color #f3bcec

%36.43
%28.19
%35.38

CMYK Percentages of Color #f3bcec

%0
%23
%3
%5

Triadic Colors of #f3bcec

#f3bcec #ecf3bc #bcecf3

Analogous Colors of #f3bcec

#f3bcec #f3bcd1 #dfbcf3

Monochromatic Colors of #f3bcec

#f3bcec

Complementary Color

#f3bcec #bcf3c3

#f3bcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3bcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3bcec Color CSS Codes

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

#f3bcec Text Font Color

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

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


#f3bcec Background Color

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

This div background color is #f3bcec


#f3bcec Border Color

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

This div border color is #f3bcec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,188,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3bcec


Comments

No comments written yet.

Please login to write comment.