Color Hex Logo

#b0f9df Color Hex

#B0F9DF
(176,249,223)
0 Favorites   0 Comments

Color spaces of #b0f9df

RGB 176249223
HSL0.440.860.83
HSV159°29°98°
CMYK 0.290.000.10   0.02
XYZ65.099582.309282.2682
Yxy82.30920.28340.3584
Hunter Lab90.7244-30.68479.7434
CIE-Lab92.7112-27.84195.2726

#b0f9df color RGB value is (176,249,223).

#b0f9df hex color red value is 176, green value is 249 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b0f9df hue: 0.44 , saturation: 0.86 and the lightness value of b0f9df is 0.83.

The process color (four color CMYK) of #b0f9df color hex is 0.29, 0.00, 0.10, 0.02. Web safe color of #b0f9df is #99ffcc. Color #b0f9df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111001 11011111
Octal 260 371 337
Decimal 176 249 223
Hex B0 F9 DF

RGB Percentages of Color #b0f9df

%27.16
%38.43
%34.41

CMYK Percentages of Color #b0f9df

%29
%0
%10
%2

Triadic Colors of #b0f9df

#b0f9df #dfb0f9 #f9dfb0

Analogous Colors of #b0f9df

#b0f9df #b0eff9 #b0f9bb

Monochromatic Colors of #b0f9df

#b0f9df

Complementary Color

#b0f9df #f9b0ca

#b0f9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0f9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0f9df Color CSS Codes

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

#b0f9df Text Font Color

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

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


#b0f9df Background Color

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

This div background color is #b0f9df


#b0f9df Border Color

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

This div border color is #b0f9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0f9df

Related Colors


Comments

No comments written yet.

Please login to write comment.