Color Hex Logo

#b4fbdb Color Hex

#B4FBDB
(180,251,219)
0 Favorites   0 Comments

Color spaces of #b4fbdb

RGB 180251219
HSL0.420.900.85
HSV153°28°98°
CMYK 0.280.000.13   0.02
XYZ66.105883.812179.7111
Yxy83.81210.28790.3650
Hunter Lab91.5489-31.319112.4608
CIE-Lab93.3688-28.41748.3138

#b4fbdb color RGB value is (180,251,219).

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

The process color (four color CMYK) of #b4fbdb color hex is 0.28, 0.00, 0.13, 0.02. Web safe color of #b4fbdb is #ccffcc. Color #b4fbdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111011 11011011
Octal 264 373 333
Decimal 180 251 219
Hex B4 FB DB

RGB Percentages of Color #b4fbdb

%27.69
%38.62
%33.69

CMYK Percentages of Color #b4fbdb

%28
%0
%13
%2

Triadic Colors of #b4fbdb

#b4fbdb #dbb4fb #fbdbb4

Analogous Colors of #b4fbdb

#b4fbdb #b4f8fb #b4fbb8

Monochromatic Colors of #b4fbdb

#b4fbdb

Complementary Color

#b4fbdb #fbb4d4

#b4fbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fbdb Color CSS Codes

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

#b4fbdb Text Font Color

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

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


#b4fbdb Background Color

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

This div background color is #b4fbdb


#b4fbdb Border Color

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

This div border color is #b4fbdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,251,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 #b4fbdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fbdb


Comments

No comments written yet.

Please login to write comment.