Color Hex Logo

#b8f6df Color Hex

#B8F6DF
(184,246,223)
0 Favorites   0 Comments

Color spaces of #b8f6df

RGB 184246223
HSL0.440.780.84
HSV158°25°96°
CMYK 0.250.000.09   0.04
XYZ66.042281.429682.0487
Yxy81.42960.28770.3548
Hunter Lab90.2384-27.27949.2578
CIE-Lab92.3225-24.04954.7647

#b8f6df color RGB value is (184,246,223).

#b8f6df hex color red value is 184, green value is 246 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b8f6df hue: 0.44 , saturation: 0.78 and the lightness value of b8f6df is 0.84.

The process color (four color CMYK) of #b8f6df color hex is 0.25, 0.00, 0.09, 0.04. Web safe color of #b8f6df is #ccffcc. Color #b8f6df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11110110 11011111
Octal 270 366 337
Decimal 184 246 223
Hex B8 F6 DF

RGB Percentages of Color #b8f6df

%28.18
%37.67
%34.15

CMYK Percentages of Color #b8f6df

%25
%0
%9
%4

Triadic Colors of #b8f6df

#b8f6df #dfb8f6 #f6dfb8

Analogous Colors of #b8f6df

#b8f6df #b8eef6 #b8f6c0

Monochromatic Colors of #b8f6df

#b8f6df

Complementary Color

#b8f6df #f6b8cf

#b8f6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8f6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8f6df Color CSS Codes

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

#b8f6df Text Font Color

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

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


#b8f6df Background Color

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

This div background color is #b8f6df


#b8f6df Border Color

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

This div border color is #b8f6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8f6df


Comments

No comments written yet.

Please login to write comment.