Color Hex Logo

#b3c2dc Color Hex

#B3C2DC
(179,194,220)
0 Favorites   0 Comments

Color spaces of #b3c2dc

RGB 179194220
HSL0.610.370.78
HSV218°19°86°
CMYK 0.190.120.00   0.14
XYZ50.800553.334675.3273
Yxy53.33460.28310.2972
Hunter Lab73.0305-3.6377-10.0332
CIE-Lab78.07210.2866-14.6929

#b3c2dc color RGB value is (179,194,220).

#b3c2dc hex color red value is 179, green value is 194 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b3c2dc hue: 0.61 , saturation: 0.37 and the lightness value of b3c2dc is 0.78.

The process color (four color CMYK) of #b3c2dc color hex is 0.19, 0.12, 0.00, 0.14. Web safe color of #b3c2dc is #cccccc. Color #b3c2dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11000010 11011100
Octal 263 302 334
Decimal 179 194 220
Hex B3 C2 DC

RGB Percentages of Color #b3c2dc

%30.19
%32.72
%37.10

CMYK Percentages of Color #b3c2dc

%19
%12
%0
%14

Triadic Colors of #b3c2dc

#b3c2dc #dcb3c2 #c2dcb3

Analogous Colors of #b3c2dc

#b3c2dc #b9b3dc #b3d7dc

Monochromatic Colors of #b3c2dc

#b3c2dc

Complementary Color

#b3c2dc #dccdb3

#b3c2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3c2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3c2dc Color CSS Codes

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

#b3c2dc Text Font Color

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

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


#b3c2dc Background Color

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

This div background color is #b3c2dc


#b3c2dc Border Color

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

This div border color is #b3c2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3c2dc


Comments

No comments written yet.

Please login to write comment.