Color Hex Logo

#b7cfac Color Hex

#B7CFAC
(183,207,172)
0 Favorites   0 Comments

Color spaces of #b7cfac

RGB 183207172
HSL0.280.270.74
HSV101°17°81°
CMYK 0.120.000.17   0.19
XYZ49.287757.671547.5637
Yxy57.67150.31900.3732
Hunter Lab75.9418-17.048016.0248
CIE-Lab80.5558-14.487414.7233

#b7cfac color RGB value is (183,207,172).

#b7cfac hex color red value is 183, green value is 207 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b7cfac hue: 0.28 , saturation: 0.27 and the lightness value of b7cfac is 0.74.

The process color (four color CMYK) of #b7cfac color hex is 0.12, 0.00, 0.17, 0.19. Web safe color of #b7cfac is #cccc99. Color #b7cfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11001111 10101100
Octal 267 317 254
Decimal 183 207 172
Hex B7 CF AC

RGB Percentages of Color #b7cfac

%32.56
%36.83
%30.60

CMYK Percentages of Color #b7cfac

%12
%0
%17
%19

Triadic Colors of #b7cfac

#b7cfac #acb7cf #cfacb7

Analogous Colors of #b7cfac

#b7cfac #accfb3 #c9cfac

Monochromatic Colors of #b7cfac

#b7cfac

Complementary Color

#b7cfac #c4accf

#b7cfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7cfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7cfac Color CSS Codes

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

#b7cfac Text Font Color

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

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


#b7cfac Background Color

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

This div background color is #b7cfac


#b7cfac Border Color

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

This div border color is #b7cfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7cfac

#b7cfac Color Palettes


Comments

No comments written yet.

Please login to write comment.