Color Hex Logo

#b4d6cc Color Hex

#B4D6CC
(180,214,204)
0 Favorites   0 Comments

Color spaces of #b4d6cc

RGB 180214204
HSL0.450.290.77
HSV162°16°84°
CMYK 0.160.000.05   0.16
XYZ53.768062.156166.2902
Yxy62.15610.29510.3411
Hunter Lab78.8391-16.23225.3347
CIE-Lab82.9964-13.18661.1743

#b4d6cc color RGB value is (180,214,204).

#b4d6cc hex color red value is 180, green value is 214 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b4d6cc hue: 0.45 , saturation: 0.29 and the lightness value of b4d6cc is 0.77.

The process color (four color CMYK) of #b4d6cc color hex is 0.16, 0.00, 0.05, 0.16. Web safe color of #b4d6cc is #cccccc. Color #b4d6cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11010110 11001100
Octal 264 326 314
Decimal 180 214 204
Hex B4 D6 CC

RGB Percentages of Color #b4d6cc

%30.10
%35.79
%34.11

CMYK Percentages of Color #b4d6cc

%16
%0
%5
%16

Triadic Colors of #b4d6cc

#b4d6cc #ccb4d6 #d6ccb4

Analogous Colors of #b4d6cc

#b4d6cc #b4cfd6 #b4d6bb

Monochromatic Colors of #b4d6cc

#b4d6cc

Complementary Color

#b4d6cc #d6b4be

#b4d6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4d6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4d6cc Color CSS Codes

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

#b4d6cc Text Font Color

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

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


#b4d6cc Background Color

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

This div background color is #b4d6cc


#b4d6cc Border Color

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

This div border color is #b4d6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4d6cc


Comments

No comments written yet.

Please login to write comment.