Color Hex Logo

#b1d8ae Color Hex

#B1D8AE
(177,216,174)
0 Favorites   0 Comments

Color spaces of #b1d8ae

RGB 177216174
HSL0.320.350.76
HSV116°19°85°
CMYK 0.180.000.19   0.15
XYZ50.327361.514849.2654
Yxy61.51480.31240.3818
Hunter Lab78.4314-22.716317.6599
CIE-Lab82.6547-20.729816.5535

#b1d8ae color RGB value is (177,216,174).

#b1d8ae hex color red value is 177, green value is 216 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b1d8ae hue: 0.32 , saturation: 0.35 and the lightness value of b1d8ae is 0.76.

The process color (four color CMYK) of #b1d8ae color hex is 0.18, 0.00, 0.19, 0.15. Web safe color of #b1d8ae is #99cc99. Color #b1d8ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011000 10101110
Octal 261 330 256
Decimal 177 216 174
Hex B1 D8 AE

RGB Percentages of Color #b1d8ae

%31.22
%38.10
%30.69

CMYK Percentages of Color #b1d8ae

%18
%0
%19
%15

Triadic Colors of #b1d8ae

#b1d8ae #aeb1d8 #d8aeb1

Analogous Colors of #b1d8ae

#b1d8ae #aed8c0 #c6d8ae

Monochromatic Colors of #b1d8ae

#b1d8ae

Complementary Color

#b1d8ae #d5aed8

#b1d8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1d8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1d8ae Color CSS Codes

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

#b1d8ae Text Font Color

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

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


#b1d8ae Background Color

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

This div background color is #b1d8ae


#b1d8ae Border Color

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

This div border color is #b1d8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1d8ae

#b1d8ae Color Palettes


Comments

No comments written yet.

Please login to write comment.