Color Hex Logo

#b4cbbc Color Hex

#B4CBBC
(180,203,188)
0 Favorites   0 Comments

Color spaces of #b4cbbc

RGB 180203188
HSL0.390.180.75
HSV141°11°80°
CMYK 0.110.000.07   0.20
XYZ49.255456.046055.7989
Yxy56.04600.30570.3479
Hunter Lab74.8639-13.57088.2136
CIE-Lab79.6400-10.62774.8479

#b4cbbc color RGB value is (180,203,188).

#b4cbbc hex color red value is 180, green value is 203 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b4cbbc hue: 0.39 , saturation: 0.18 and the lightness value of b4cbbc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001011 10111100
Octal 264 313 274
Decimal 180 203 188
Hex B4 CB BC

RGB Percentages of Color #b4cbbc

%31.52
%35.55
%32.92

CMYK Percentages of Color #b4cbbc

%11
%0
%7
%20

Triadic Colors of #b4cbbc

#b4cbbc #bcb4cb #cbbcb4

Analogous Colors of #b4cbbc

#b4cbbc #b4cbc8 #b8cbb4

Monochromatic Colors of #b4cbbc

#b4cbbc

Complementary Color

#b4cbbc #cbb4c3

#b4cbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cbbc Color CSS Codes

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

#b4cbbc Text Font Color

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

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


#b4cbbc Background Color

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

This div background color is #b4cbbc


#b4cbbc Border Color

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

This div border color is #b4cbbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,203,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4cbbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4cbbc;
  -webkit-box-shadow: 1px 1px 3px 2px #b4cbbc;
  box-shadow:         1px 1px 3px 2px #b4cbbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,203,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cbbc


Comments

No comments written yet.

Please login to write comment.