Color Hex Logo

#b7daac Color Hex

#B7DAAC
(183,218,172)
0 Favorites   0 Comments

Color spaces of #b7daac

RGB 183218172
HSL0.290.380.76
HSV106°21°85°
CMYK 0.160.000.21   0.15
XYZ52.046263.188648.4832
Yxy63.18860.31790.3860
Hunter Lab79.4913-22.238419.4818
CIE-Lab83.5415-19.998418.8994

#b7daac color RGB value is (183,218,172).

#b7daac hex color red value is 183, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b7daac hue: 0.29 , saturation: 0.38 and the lightness value of b7daac is 0.76.

The process color (four color CMYK) of #b7daac color hex is 0.16, 0.00, 0.21, 0.15. Web safe color of #b7daac is #cccc99. Color #b7daac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011010 10101100
Octal 267 332 254
Decimal 183 218 172
Hex B7 DA AC

RGB Percentages of Color #b7daac

%31.94
%38.05
%30.02

CMYK Percentages of Color #b7daac

%16
%0
%21
%15

Triadic Colors of #b7daac

#b7daac #acb7da #daacb7

Analogous Colors of #b7daac

#b7daac #acdab8 #cedaac

Monochromatic Colors of #b7daac

#b7daac

Complementary Color

#b7daac #cfacda

#b7daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7daac Color CSS Codes

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

#b7daac Text Font Color

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

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


#b7daac Background Color

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

This div background color is #b7daac


#b7daac Border Color

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

This div border color is #b7daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7daac


Comments

No comments written yet.

Please login to write comment.