Color Hex Logo

#b9dfbe Color Hex

#B9DFBE
(185,223,190)
0 Favorites   0 Comments

Color spaces of #b9dfbe

RGB 185223190
HSL0.360.370.80
HSV128°17°87°
CMYK 0.170.000.15   0.13
XYZ55.689566.807358.6752
Yxy66.80730.30740.3688
Hunter Lab81.7357-21.419114.6528
CIE-Lab85.4065-18.706812.0862

#b9dfbe color RGB value is (185,223,190).

#b9dfbe hex color red value is 185, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b9dfbe hue: 0.36 , saturation: 0.37 and the lightness value of b9dfbe is 0.80.

The process color (four color CMYK) of #b9dfbe color hex is 0.17, 0.00, 0.15, 0.13. Web safe color of #b9dfbe is #cccccc. Color #b9dfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011111 10111110
Octal 271 337 276
Decimal 185 223 190
Hex B9 DF BE

RGB Percentages of Color #b9dfbe

%30.94
%37.29
%31.77

CMYK Percentages of Color #b9dfbe

%17
%0
%15
%13

Triadic Colors of #b9dfbe

#b9dfbe #beb9df #dfbeb9

Analogous Colors of #b9dfbe

#b9dfbe #b9dfd1 #c7dfb9

Monochromatic Colors of #b9dfbe

#b9dfbe

Complementary Color

#b9dfbe #dfb9da

#b9dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dfbe Color CSS Codes

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

#b9dfbe Text Font Color

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

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


#b9dfbe Background Color

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

This div background color is #b9dfbe


#b9dfbe Border Color

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

This div border color is #b9dfbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,223,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dfbe


Comments

No comments written yet.

Please login to write comment.