Color Hex Logo

#b8fadd Color Hex

#B8FADD
(184,250,221)
0 Favorites   0 Comments

Color spaces of #b8fadd

RGB 184250221
HSL0.430.870.85
HSV154°26°98°
CMYK 0.260.000.12   0.02
XYZ67.003983.782081.0467
Yxy83.78200.28900.3614
Hunter Lab91.5325-29.515811.5749
CIE-Lab93.3557-26.36387.2900

#b8fadd color RGB value is (184,250,221).

#b8fadd hex color red value is 184, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b8fadd hue: 0.43 , saturation: 0.87 and the lightness value of b8fadd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11111010 11011101
Octal 270 372 335
Decimal 184 250 221
Hex B8 FA DD

RGB Percentages of Color #b8fadd

%28.09
%38.17
%33.74

CMYK Percentages of Color #b8fadd

%26
%0
%12
%2

Triadic Colors of #b8fadd

#b8fadd #ddb8fa #faddb8

Analogous Colors of #b8fadd

#b8fadd #b8f6fa #b8fabc

Monochromatic Colors of #b8fadd

#b8fadd

Complementary Color

#b8fadd #fab8d5

#b8fadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8fadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8fadd Color CSS Codes

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

#b8fadd Text Font Color

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

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


#b8fadd Background Color

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

This div background color is #b8fadd


#b8fadd Border Color

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

This div border color is #b8fadd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,250,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8fadd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8fadd;
  -webkit-box-shadow: 1px 1px 3px 2px #b8fadd;
  box-shadow:         1px 1px 3px 2px #b8fadd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,250,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8fadd


Comments

No comments written yet.

Please login to write comment.