Color Hex Logo

#b7ccaf Color Hex

#B7CCAF
(183,204,175)
0 Favorites   0 Comments

Color spaces of #b7ccaf

RGB 183204175
HSL0.290.220.74
HSV103°14°80°
CMYK 0.100.000.14   0.20
XYZ48.859256.348248.8586
Yxy56.34820.31710.3657
Hunter Lab75.0654-15.181013.9551
CIE-Lab79.8116-12.447012.0753

#b7ccaf color RGB value is (183,204,175).

#b7ccaf hex color red value is 183, green value is 204 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b7ccaf hue: 0.29 , saturation: 0.22 and the lightness value of b7ccaf is 0.74.

The process color (four color CMYK) of #b7ccaf color hex is 0.10, 0.00, 0.14, 0.20. Web safe color of #b7ccaf is #cccc99. Color #b7ccaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11001100 10101111
Octal 267 314 257
Decimal 183 204 175
Hex B7 CC AF

RGB Percentages of Color #b7ccaf

%32.56
%36.30
%31.14

CMYK Percentages of Color #b7ccaf

%10
%0
%14
%20

Triadic Colors of #b7ccaf

#b7ccaf #afb7cc #ccafb7

Analogous Colors of #b7ccaf

#b7ccaf #afccb6 #c6ccaf

Monochromatic Colors of #b7ccaf

#b7ccaf

Complementary Color

#b7ccaf #c4afcc

#b7ccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7ccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7ccaf Color CSS Codes

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

#b7ccaf Text Font Color

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

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


#b7ccaf Background Color

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

This div background color is #b7ccaf


#b7ccaf Border Color

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

This div border color is #b7ccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7ccaf


Comments

No comments written yet.

Please login to write comment.