Color Hex Logo

#b4feba Color Hex

#B4FEBA
(180,254,186)
0 Favorites   0 Comments

Color spaces of #b4feba

RGB 180254186
HSL0.350.970.85
HSV125°29°100°
CMYK 0.290.000.27   0.00
XYZ63.127184.132159.3663
Yxy84.13210.30550.4072
Hunter Lab91.7236-37.666825.8322
CIE-Lab93.5078-35.772925.4174

#b4feba color RGB value is (180,254,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111110 10111010
Octal 264 376 272
Decimal 180 254 186
Hex B4 FE BA

RGB Percentages of Color #b4feba

%29.03
%40.97
%30.00

CMYK Percentages of Color #b4feba

%29
%0
%27
%0

Triadic Colors of #b4feba

#b4feba #bab4fe #febab4

Analogous Colors of #b4feba

#b4feba #b4fedf #d3feb4

Monochromatic Colors of #b4feba

#b4feba

Complementary Color

#b4feba #feb4f8

#b4feba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4feba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4feba Color CSS Codes

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

#b4feba Text Font Color

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

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


#b4feba Background Color

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

This div background color is #b4feba


#b4feba Border Color

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

This div border color is #b4feba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4feba

Related Colors


Comments

No comments written yet.

Please login to write comment.