Color Hex Logo

#b4fedb Color Hex

#B4FEDB
(180,254,219)
0 Favorites   0 Comments

Color spaces of #b4fedb

RGB 180254219
HSL0.420.970.85
HSV152°29°100°
CMYK 0.290.000.14   0.00
XYZ67.050485.701480.0259
Yxy85.70140.28800.3682
Hunter Lab92.5751-32.722113.5497
CIE-Lab94.1845-29.83339.4832

#b4fedb color RGB value is (180,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111110 11011011
Octal 264 376 333
Decimal 180 254 219
Hex B4 FE DB

RGB Percentages of Color #b4fedb

%27.57
%38.90
%33.54

CMYK Percentages of Color #b4fedb

%29
%0
%14
%0

Triadic Colors of #b4fedb

#b4fedb #dbb4fe #fedbb4

Analogous Colors of #b4fedb

#b4fedb #b4fcfe #b4feb6

Monochromatic Colors of #b4fedb

#b4fedb

Complementary Color

#b4fedb #feb4d7

#b4fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fedb Color CSS Codes

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

#b4fedb Text Font Color

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

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


#b4fedb Background Color

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

This div background color is #b4fedb


#b4fedb Border Color

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

This div border color is #b4fedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fedb


Comments

No comments written yet.

Please login to write comment.