Color Hex Logo

#b3fedb Color Hex

#B3FEDB
(179,254,219)
0 Favorites   0 Comments

Color spaces of #b3fedb

RGB 179254219
HSL0.420.970.85
HSV152°30°100°
CMYK 0.300.000.14   0.00
XYZ66.818485.581880.0151
Yxy85.58180.28750.3682
Hunter Lab92.5104-32.966313.4756
CIE-Lab94.1333-30.12629.4029

#b3fedb color RGB value is (179,254,219).

#b3fedb hex color red value is 179, green value is 254 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b3fedb hue: 0.42 , saturation: 0.97 and the lightness value of b3fedb is 0.85.

The process color (four color CMYK) of #b3fedb color hex is 0.30, 0.00, 0.14, 0.00. Web safe color of #b3fedb is #ccffcc. Color #b3fedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11111110 11011011
Octal 263 376 333
Decimal 179 254 219
Hex B3 FE DB

RGB Percentages of Color #b3fedb

%27.45
%38.96
%33.59

CMYK Percentages of Color #b3fedb

%30
%0
%14
%0

Triadic Colors of #b3fedb

#b3fedb #dbb3fe #fedbb3

Analogous Colors of #b3fedb

#b3fedb #b3fcfe #b3feb6

Monochromatic Colors of #b3fedb

#b3fedb

Complementary Color

#b3fedb #feb3d6

#b3fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3fedb Color CSS Codes

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

#b3fedb Text Font Color

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

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


#b3fedb Background Color

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

This div background color is #b3fedb


#b3fedb Border Color

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

This div border color is #b3fedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3fedb


Comments

No comments written yet.

Please login to write comment.