Color Hex Logo

#b1deac Color Hex

#B1DEAC
(177,222,172)
0 Favorites   0 Comments

Color spaces of #b1deac

RGB 177222172
HSL0.320.430.77
HSV114°23°87°
CMYK 0.200.000.23   0.13
XYZ51.699164.568248.7678
Yxy64.56820.31330.3912
Hunter Lab80.3543-25.775220.2644
CIE-Lab84.2607-24.009819.8412

#b1deac color RGB value is (177,222,172).

#b1deac hex color red value is 177, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b1deac hue: 0.32 , saturation: 0.43 and the lightness value of b1deac is 0.77.

The process color (four color CMYK) of #b1deac color hex is 0.20, 0.00, 0.23, 0.13. Web safe color of #b1deac is #99cc99. Color #b1deac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011110 10101100
Octal 261 336 254
Decimal 177 222 172
Hex B1 DE AC

RGB Percentages of Color #b1deac

%31.00
%38.88
%30.12

CMYK Percentages of Color #b1deac

%20
%0
%23
%13

Triadic Colors of #b1deac

#b1deac #acb1de #deacb1

Analogous Colors of #b1deac

#b1deac #acdec0 #cadeac

Monochromatic Colors of #b1deac

#b1deac

Complementary Color

#b1deac #d9acde

#b1deac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1deac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1deac Color CSS Codes

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

#b1deac Text Font Color

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

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


#b1deac Background Color

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

This div background color is #b1deac


#b1deac Border Color

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

This div border color is #b1deac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,222,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1deac


Comments

No comments written yet.

Please login to write comment.