Color Hex Logo

#b2c7dc Color Hex

#B2C7DC
(178,199,220)
0 Favorites   0 Comments

Color spaces of #b2c7dc

RGB 178199220
HSL0.580.380.78
HSV210°19°86°
CMYK 0.190.100.00   0.14
XYZ51.701855.479175.6937
Yxy55.47910.28270.3034
Hunter Lab74.4843-6.4453-8.1137
CIE-Lab79.3164-2.6911-12.8339

#b2c7dc color RGB value is (178,199,220).

#b2c7dc hex color red value is 178, green value is 199 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b2c7dc hue: 0.58 , saturation: 0.38 and the lightness value of b2c7dc is 0.78.

The process color (four color CMYK) of #b2c7dc color hex is 0.19, 0.10, 0.00, 0.14. Web safe color of #b2c7dc is #99cccc. Color #b2c7dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11000111 11011100
Octal 262 307 334
Decimal 178 199 220
Hex B2 C7 DC

RGB Percentages of Color #b2c7dc

%29.82
%33.33
%36.85

CMYK Percentages of Color #b2c7dc

%19
%10
%0
%14

Triadic Colors of #b2c7dc

#b2c7dc #dcb2c7 #c7dcb2

Analogous Colors of #b2c7dc

#b2c7dc #b2b2dc #b2dcdc

Monochromatic Colors of #b2c7dc

#b2c7dc

Complementary Color

#b2c7dc #dcc7b2

#b2c7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2c7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2c7dc Color CSS Codes

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

#b2c7dc Text Font Color

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

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


#b2c7dc Background Color

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

This div background color is #b2c7dc


#b2c7dc Border Color

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

This div border color is #b2c7dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,199,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2c7dc


Comments

No comments written yet.

Please login to write comment.