Color Hex Logo

#b2d8cc Color Hex

#B2D8CC
(178,216,204)
0 Favorites   0 Comments

Color spaces of #b2d8cc

RGB 178216204
HSL0.450.330.77
HSV161°18°85°
CMYK 0.180.000.06   0.15
XYZ53.815062.936366.4383
Yxy62.93630.29380.3436
Hunter Lab79.3324-17.74655.8792
CIE-Lab83.4089-14.84411.7593

#b2d8cc color RGB value is (178,216,204).

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

The process color (four color CMYK) of #b2d8cc color hex is 0.18, 0.00, 0.06, 0.15. Web safe color of #b2d8cc is #99cccc. Color #b2d8cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011000 11001100
Octal 262 330 314
Decimal 178 216 204
Hex B2 D8 CC

RGB Percentages of Color #b2d8cc

%29.77
%36.12
%34.11

CMYK Percentages of Color #b2d8cc

%18
%0
%6
%15

Triadic Colors of #b2d8cc

#b2d8cc #ccb2d8 #d8ccb2

Analogous Colors of #b2d8cc

#b2d8cc #b2d1d8 #b2d8b9

Monochromatic Colors of #b2d8cc

#b2d8cc

Complementary Color

#b2d8cc #d8b2be

#b2d8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2d8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2d8cc Color CSS Codes

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

#b2d8cc Text Font Color

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

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


#b2d8cc Background Color

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

This div background color is #b2d8cc


#b2d8cc Border Color

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

This div border color is #b2d8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2d8cc


Comments

No comments written yet.

Please login to write comment.