Color Hex Logo

#b8ccaf Color Hex

#B8CCAF
(184,204,175)
0 Favorites   0 Comments

Color spaces of #b8ccaf

RGB 184204175
HSL0.280.220.74
HSV101°14°80°
CMYK 0.100.000.14   0.20
XYZ49.097956.471248.8697
Yxy56.47120.31790.3657
Hunter Lab75.1473-14.883914.0457
CIE-Lab79.8812-12.096112.1838

#b8ccaf color RGB value is (184,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001100 10101111
Octal 270 314 257
Decimal 184 204 175
Hex B8 CC AF

RGB Percentages of Color #b8ccaf

%32.68
%36.23
%31.08

CMYK Percentages of Color #b8ccaf

%10
%0
%14
%20

Triadic Colors of #b8ccaf

#b8ccaf #afb8cc #ccafb8

Analogous Colors of #b8ccaf

#b8ccaf #afccb5 #c7ccaf

Monochromatic Colors of #b8ccaf

#b8ccaf

Complementary Color

#b8ccaf #c3afcc

#b8ccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ccaf Color CSS Codes

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

#b8ccaf Text Font Color

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

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


#b8ccaf Background Color

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

This div background color is #b8ccaf


#b8ccaf Border Color

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

This div border color is #b8ccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ccaf

#b8ccaf Color Palettes


Comments

No comments written yet.

Please login to write comment.