Color Hex Logo

#b1dfbe Color Hex

#B1DFBE
(177,223,190)
0 Favorites   0 Comments

Color spaces of #b1dfbe

RGB 177223190
HSL0.380.420.78
HSV137°21°87°
CMYK 0.210.000.15   0.13
XYZ53.813465.840258.5874
Yxy65.84020.30190.3694
Hunter Lab81.1420-23.617213.9899
CIE-Lab84.9148-21.339511.3196

#b1dfbe color RGB value is (177,223,190).

#b1dfbe hex color red value is 177, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b1dfbe hue: 0.38 , saturation: 0.42 and the lightness value of b1dfbe is 0.78.

The process color (four color CMYK) of #b1dfbe color hex is 0.21, 0.00, 0.15, 0.13. Web safe color of #b1dfbe is #99cccc. Color #b1dfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011111 10111110
Octal 261 337 276
Decimal 177 223 190
Hex B1 DF BE

RGB Percentages of Color #b1dfbe

%30.00
%37.80
%32.20

CMYK Percentages of Color #b1dfbe

%21
%0
%15
%13

Triadic Colors of #b1dfbe

#b1dfbe #beb1df #dfbeb1

Analogous Colors of #b1dfbe

#b1dfbe #b1dfd5 #bbdfb1

Monochromatic Colors of #b1dfbe

#b1dfbe

Complementary Color

#b1dfbe #dfb1d2

#b1dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dfbe Color CSS Codes

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

#b1dfbe Text Font Color

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

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


#b1dfbe Background Color

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

This div background color is #b1dfbe


#b1dfbe Border Color

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

This div border color is #b1dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dfbe


Comments

No comments written yet.

Please login to write comment.