Color Hex Logo

#b3fcbb Color Hex

#B3FCBB
(179,252,187)
0 Favorites   0 Comments

Color spaces of #b3fcbb

RGB 179252187
HSL0.350.920.85
HSV127°29°99°
CMYK 0.290.000.26   0.01
XYZ62.370482.792459.7070
Yxy82.79240.30440.4041
Hunter Lab90.9903-36.878124.7877
CIE-Lab92.9235-35.004124.0979

#b3fcbb color RGB value is (179,252,187).

#b3fcbb hex color red value is 179, green value is 252 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b3fcbb hue: 0.35 , saturation: 0.92 and the lightness value of b3fcbb is 0.85.

The process color (four color CMYK) of #b3fcbb color hex is 0.29, 0.00, 0.26, 0.01. Web safe color of #b3fcbb is #ccffcc. Color #b3fcbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11111100 10111011
Octal 263 374 273
Decimal 179 252 187
Hex B3 FC BB

RGB Percentages of Color #b3fcbb

%28.96
%40.78
%30.26

CMYK Percentages of Color #b3fcbb

%29
%0
%26
%1

Triadic Colors of #b3fcbb

#b3fcbb #bbb3fc #fcbbb3

Analogous Colors of #b3fcbb

#b3fcbb #b3fce0 #d0fcb3

Monochromatic Colors of #b3fcbb

#b3fcbb

Complementary Color

#b3fcbb #fcb3f4

#b3fcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3fcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3fcbb Color CSS Codes

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

#b3fcbb Text Font Color

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

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


#b3fcbb Background Color

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

This div background color is #b3fcbb


#b3fcbb Border Color

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

This div border color is #b3fcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3fcbb


Comments

No comments written yet.

Please login to write comment.