Color Hex Logo

#b2c3dc Color Hex

#B2C3DC
(178,195,220)
0 Favorites   0 Comments

Color spaces of #b2c3dc

RGB 178195220
HSL0.600.380.78
HSV216°19°86°
CMYK 0.190.110.00   0.14
XYZ50.793553.662575.3909
Yxy53.66250.28240.2984
Hunter Lab73.2547-4.4270-9.7407
CIE-Lab78.2645-0.5613-14.4110

#b2c3dc color RGB value is (178,195,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11000011 11011100
Octal 262 303 334
Decimal 178 195 220
Hex B2 C3 DC

RGB Percentages of Color #b2c3dc

%30.02
%32.88
%37.10

CMYK Percentages of Color #b2c3dc

%19
%11
%0
%14

Triadic Colors of #b2c3dc

#b2c3dc #dcb2c3 #c3dcb2

Analogous Colors of #b2c3dc

#b2c3dc #b6b2dc #b2d8dc

Monochromatic Colors of #b2c3dc

#b2c3dc

Complementary Color

#b2c3dc #dccbb2

#b2c3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2c3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2c3dc Color CSS Codes

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

#b2c3dc Text Font Color

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

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


#b2c3dc Background Color

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

This div background color is #b2c3dc


#b2c3dc Border Color

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

This div border color is #b2c3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2c3dc


Comments

No comments written yet.

Please login to write comment.