Color Hex Logo

#b4fecf Color Hex

#B4FECF
(180,254,207)
0 Favorites   0 Comments

Color spaces of #b4fecf

RGB 180254207
HSL0.390.970.85
HSV142°29°100°
CMYK 0.290.000.19   0.00
XYZ65.526785.091972.0022
Yxy85.09190.29430.3822
Hunter Lab92.2453-34.631218.2928
CIE-Lab93.9227-32.102115.2776

#b4fecf color RGB value is (180,254,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111110 11001111
Octal 264 376 317
Decimal 180 254 207
Hex B4 FE CF

RGB Percentages of Color #b4fecf

%28.08
%39.63
%32.29

CMYK Percentages of Color #b4fecf

%29
%0
%19
%0

Triadic Colors of #b4fecf

#b4fecf #cfb4fe #fecfb4

Analogous Colors of #b4fecf

#b4fecf #b4fef4 #befeb4

Monochromatic Colors of #b4fecf

#b4fecf

Complementary Color

#b4fecf #feb4e3

#b4fecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fecf Color CSS Codes

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

#b4fecf Text Font Color

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

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


#b4fecf Background Color

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

This div background color is #b4fecf


#b4fecf Border Color

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

This div border color is #b4fecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fecf


Comments

No comments written yet.

Please login to write comment.