Color Hex Logo

#b7dcac Color Hex

#B7DCAC
(183,220,172)
0 Favorites   0 Comments

Color spaces of #b7dcac

RGB 183220172
HSL0.300.410.77
HSV106°22°86°
CMYK 0.170.000.22   0.14
XYZ52.568064.232248.6572
Yxy64.23220.31770.3882
Hunter Lab80.1450-23.173620.1057
CIE-Lab84.0865-20.985019.6566

#b7dcac color RGB value is (183,220,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011100 10101100
Octal 267 334 254
Decimal 183 220 172
Hex B7 DC AC

RGB Percentages of Color #b7dcac

%31.83
%38.26
%29.91

CMYK Percentages of Color #b7dcac

%17
%0
%22
%14

Triadic Colors of #b7dcac

#b7dcac #acb7dc #dcacb7

Analogous Colors of #b7dcac

#b7dcac #acdcb9 #cfdcac

Monochromatic Colors of #b7dcac

#b7dcac

Complementary Color

#b7dcac #d1acdc

#b7dcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dcac Color CSS Codes

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

#b7dcac Text Font Color

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

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


#b7dcac Background Color

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

This div background color is #b7dcac


#b7dcac Border Color

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

This div border color is #b7dcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dcac


Comments

No comments written yet.

Please login to write comment.