Color Hex Logo

#b4fffc Color Hex

#B4FFFC
(180,255,252)
0 Favorites   0 Comments

Color spaces of #b4fffc

RGB 180255252
HSL0.491.000.85
HSV178°29°100°
CMYK 0.290.000.01   0.00
XYZ72.153188.2516105.3268
Yxy88.25160.27150.3321
Hunter Lab93.9423-27.3008-0.7155
CIE-Lab95.2668-23.4820-5.9592

#b4fffc color RGB value is (180,255,252).

#b4fffc hex color red value is 180, green value is 255 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b4fffc hue: 0.49 , saturation: 1.00 and the lightness value of b4fffc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111111 11111100
Octal 264 377 374
Decimal 180 255 252
Hex B4 FF FC

RGB Percentages of Color #b4fffc

%26.20
%37.12
%36.68

CMYK Percentages of Color #b4fffc

%29
%0
%1
%0

Triadic Colors of #b4fffc

#b4fffc #fcb4ff #fffcb4

Analogous Colors of #b4fffc

#b4fffc #b4ddff #b4ffd7

Monochromatic Colors of #b4fffc

#b4fffc

Complementary Color

#b4fffc #ffb4b7

#b4fffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fffc Color CSS Codes

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

#b4fffc Text Font Color

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

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


#b4fffc Background Color

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

This div background color is #b4fffc


#b4fffc Border Color

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

This div border color is #b4fffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fffc

Related Colors

#b4fffc Color Palettes


Comments

No comments written yet.

Please login to write comment.