Color Hex Logo

#b4fcbe Color Hex

#B4FCBE
(180,252,190)
0 Favorites   0 Comments

Color spaces of #b4fcbe

RGB 180252190
HSL0.360.920.85
HSV128°29°99°
CMYK 0.290.000.25   0.01
XYZ62.927183.041861.4273
Yxy83.04180.30340.4004
Hunter Lab91.1273-36.211223.8227
CIE-Lab93.0327-34.186222.7290

#b4fcbe color RGB value is (180,252,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111100 10111110
Octal 264 374 276
Decimal 180 252 190
Hex B4 FC BE

RGB Percentages of Color #b4fcbe

%28.94
%40.51
%30.55

CMYK Percentages of Color #b4fcbe

%29
%0
%25
%1

Triadic Colors of #b4fcbe

#b4fcbe #beb4fc #fcbeb4

Analogous Colors of #b4fcbe

#b4fcbe #b4fce2 #cefcb4

Monochromatic Colors of #b4fcbe

#b4fcbe

Complementary Color

#b4fcbe #fcb4f2

#b4fcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fcbe Color CSS Codes

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

#b4fcbe Text Font Color

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

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


#b4fcbe Background Color

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

This div background color is #b4fcbe


#b4fcbe Border Color

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

This div border color is #b4fcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fcbe


Comments

No comments written yet.

Please login to write comment.