Color Hex Logo

#b4fedf Color Hex

#B4FEDF
(180,254,223)
0 Favorites   0 Comments

Color spaces of #b4fedf

RGB 180254223
HSL0.430.970.85
HSV155°29°100°
CMYK 0.290.000.12   0.00
XYZ67.583585.914682.8332
Yxy85.91460.28600.3635
Hunter Lab92.6901-32.057411.8982
CIE-Lab94.2758-29.05037.5543

#b4fedf color RGB value is (180,254,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111110 11011111
Octal 264 376 337
Decimal 180 254 223
Hex B4 FE DF

RGB Percentages of Color #b4fedf

%27.40
%38.66
%33.94

CMYK Percentages of Color #b4fedf

%29
%0
%12
%0

Triadic Colors of #b4fedf

#b4fedf #dfb4fe #fedfb4

Analogous Colors of #b4fedf

#b4fedf #b4f8fe #b4feba

Monochromatic Colors of #b4fedf

#b4fedf

Complementary Color

#b4fedf #feb4d3

#b4fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fedf Color CSS Codes

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

#b4fedf Text Font Color

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

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


#b4fedf Background Color

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

This div background color is #b4fedf


#b4fedf Border Color

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

This div border color is #b4fedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fedf


Comments

No comments written yet.

Please login to write comment.