Color Hex Logo

#b7dac5 Color Hex

#B7DAC5
(183,218,197)
1 Favorites   0 Comments

Color spaces of #b7dac5

RGB 183218197
HSL0.400.320.79
HSV144°16°85°
CMYK 0.160.000.10   0.15
XYZ54.677964.241362.3413
Yxy64.24130.30170.3544
Hunter Lab80.1507-18.49309.9896
CIE-Lab84.0912-15.58636.4970

#b7dac5 color RGB value is (183,218,197).

#b7dac5 hex color red value is 183, green value is 218 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #b7dac5 hue: 0.40 , saturation: 0.32 and the lightness value of b7dac5 is 0.79.

The process color (four color CMYK) of #b7dac5 color hex is 0.16, 0.00, 0.10, 0.15. Web safe color of #b7dac5 is #cccccc. Color #b7dac5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011010 11000101
Octal 267 332 305
Decimal 183 218 197
Hex B7 DA C5

RGB Percentages of Color #b7dac5

%30.60
%36.45
%32.94

CMYK Percentages of Color #b7dac5

%16
%0
%10
%15

Triadic Colors of #b7dac5

#b7dac5 #c5b7da #dac5b7

Analogous Colors of #b7dac5

#b7dac5 #b7dad7 #bbdab7

Monochromatic Colors of #b7dac5

#b7dac5

Complementary Color

#b7dac5 #dab7cc

#b7dac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dac5 Color CSS Codes

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

#b7dac5 Text Font Color

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

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


#b7dac5 Background Color

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

This div background color is #b7dac5


#b7dac5 Border Color

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

This div border color is #b7dac5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,218,197, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dac5


Comments

No comments written yet.

Please login to write comment.