Color Hex Logo

#b3fbdd Color Hex

#B3FBDD
(179,251,221)
0 Favorites   0 Comments

Color spaces of #b3fbdd

RGB 179251221
HSL0.430.900.84
HSV155°29°98°
CMYK 0.290.000.12   0.02
XYZ66.138783.798581.0955
Yxy83.79850.28630.3627
Hunter Lab91.5415-31.231511.5548
CIE-Lab93.3629-28.31847.2660

#b3fbdd color RGB value is (179,251,221).

#b3fbdd hex color red value is 179, green value is 251 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b3fbdd hue: 0.43 , saturation: 0.90 and the lightness value of b3fbdd is 0.84.

The process color (four color CMYK) of #b3fbdd color hex is 0.29, 0.00, 0.12, 0.02. Web safe color of #b3fbdd is #ccffcc. Color #b3fbdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11111011 11011101
Octal 263 373 335
Decimal 179 251 221
Hex B3 FB DD

RGB Percentages of Color #b3fbdd

%27.50
%38.56
%33.95

CMYK Percentages of Color #b3fbdd

%29
%0
%12
%2

Triadic Colors of #b3fbdd

#b3fbdd #ddb3fb #fbddb3

Analogous Colors of #b3fbdd

#b3fbdd #b3f5fb #b3fbb9

Monochromatic Colors of #b3fbdd

#b3fbdd

Complementary Color

#b3fbdd #fbb3d1

#b3fbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3fbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3fbdd Color CSS Codes

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

#b3fbdd Text Font Color

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

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


#b3fbdd Background Color

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

This div background color is #b3fbdd


#b3fbdd Border Color

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

This div border color is #b3fbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3fbdd

Related Colors


Comments

No comments written yet.

Please login to write comment.