Color Hex Logo

#b5dbac Color Hex

#B5DBAC
(181,219,172)
0 Favorites   0 Comments

Color spaces of #b5dbac

RGB 181219172
HSL0.300.390.77
HSV109°21°86°
CMYK 0.170.000.21   0.14
XYZ51.834063.465448.5478
Yxy63.46540.31640.3873
Hunter Lab79.6652-23.273419.6344
CIE-Lab83.6866-21.180719.0818

#b5dbac color RGB value is (181,219,172).

#b5dbac hex color red value is 181, green value is 219 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b5dbac hue: 0.30 , saturation: 0.39 and the lightness value of b5dbac is 0.77.

The process color (four color CMYK) of #b5dbac color hex is 0.17, 0.00, 0.21, 0.14. Web safe color of #b5dbac is #cccc99. Color #b5dbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011011 10101100
Octal 265 333 254
Decimal 181 219 172
Hex B5 DB AC

RGB Percentages of Color #b5dbac

%31.64
%38.29
%30.07

CMYK Percentages of Color #b5dbac

%17
%0
%21
%14

Triadic Colors of #b5dbac

#b5dbac #acb5db #dbacb5

Analogous Colors of #b5dbac

#b5dbac #acdbbb #cddbac

Monochromatic Colors of #b5dbac

#b5dbac

Complementary Color

#b5dbac #d2acdb

#b5dbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dbac Color CSS Codes

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

#b5dbac Text Font Color

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

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


#b5dbac Background Color

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

This div background color is #b5dbac


#b5dbac Border Color

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

This div border color is #b5dbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dbac

#b5dbac Color Palettes


Comments

No comments written yet.

Please login to write comment.