Color Hex Logo

#b5ccba Color Hex

#B5CCBA
(181,204,186)
0 Favorites   0 Comments

Color spaces of #b5ccba

RGB 181204186
HSL0.370.180.75
HSV133°11°80°
CMYK 0.110.000.09   0.20
XYZ49.511856.554754.7610
Yxy56.55470.30790.3516
Hunter Lab75.2029-14.08489.4684
CIE-Lab79.9285-11.17556.3439

#b5ccba color RGB value is (181,204,186).

#b5ccba hex color red value is 181, green value is 204 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b5ccba hue: 0.37 , saturation: 0.18 and the lightness value of b5ccba is 0.75.

The process color (four color CMYK) of #b5ccba color hex is 0.11, 0.00, 0.09, 0.20. Web safe color of #b5ccba is #cccccc. Color #b5ccba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001100 10111010
Octal 265 314 272
Decimal 181 204 186
Hex B5 CC BA

RGB Percentages of Color #b5ccba

%31.70
%35.73
%32.57

CMYK Percentages of Color #b5ccba

%11
%0
%9
%20

Triadic Colors of #b5ccba

#b5ccba #bab5cc #ccbab5

Analogous Colors of #b5ccba

#b5ccba #b5ccc6 #bcccb5

Monochromatic Colors of #b5ccba

#b5ccba

Complementary Color

#b5ccba #ccb5c7

#b5ccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ccba Color CSS Codes

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

#b5ccba Text Font Color

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

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


#b5ccba Background Color

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

This div background color is #b5ccba


#b5ccba Border Color

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

This div border color is #b5ccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ccba

#b5ccba Color Palettes


Comments

No comments written yet.

Please login to write comment.