Color Hex Logo

#b5ccaf Color Hex

#B5CCAF
(181,204,175)
0 Favorites   0 Comments

Color spaces of #b5ccaf

RGB 181204175
HSL0.300.220.74
HSV108°14°80°
CMYK 0.110.000.14   0.20
XYZ48.386856.104648.8365
Yxy56.10460.31560.3659
Hunter Lab74.9030-15.770513.7752
CIE-Lab79.6733-13.146111.8600

#b5ccaf color RGB value is (181,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001100 10101111
Octal 265 314 257
Decimal 181 204 175
Hex B5 CC AF

RGB Percentages of Color #b5ccaf

%32.32
%36.43
%31.25

CMYK Percentages of Color #b5ccaf

%11
%0
%14
%20

Triadic Colors of #b5ccaf

#b5ccaf #afb5cc #ccafb5

Analogous Colors of #b5ccaf

#b5ccaf #afccb8 #c4ccaf

Monochromatic Colors of #b5ccaf

#b5ccaf

Complementary Color

#b5ccaf #c6afcc

#b5ccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ccaf Color CSS Codes

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

#b5ccaf Text Font Color

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

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


#b5ccaf Background Color

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

This div background color is #b5ccaf


#b5ccaf Border Color

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

This div border color is #b5ccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ccaf


Comments

No comments written yet.

Please login to write comment.