Color Hex Logo

#b3c3cc Color Hex

#B3C3CC
(179,195,204)
0 Favorites   0 Comments

Color spaces of #b3c3cc

RGB 179195204
HSL0.560.200.75
HSV202°12°80°
CMYK 0.120.040.00   0.20
XYZ49.004652.973664.7688
Yxy52.97360.29390.3177
Hunter Lab72.7830-7.1866-1.8135
CIE-Lab77.8594-3.6356-6.3757

#b3c3cc color RGB value is (179,195,204).

#b3c3cc hex color red value is 179, green value is 195 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b3c3cc hue: 0.56 , saturation: 0.20 and the lightness value of b3c3cc is 0.75.

The process color (four color CMYK) of #b3c3cc color hex is 0.12, 0.04, 0.00, 0.20. Web safe color of #b3c3cc is #cccccc. Color #b3c3cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11000011 11001100
Octal 263 303 314
Decimal 179 195 204
Hex B3 C3 CC

RGB Percentages of Color #b3c3cc

%30.97
%33.74
%35.29

CMYK Percentages of Color #b3c3cc

%12
%4
%0
%20

Triadic Colors of #b3c3cc

#b3c3cc #ccb3c3 #c3ccb3

Analogous Colors of #b3c3cc

#b3c3cc #b3b7cc #b3ccc9

Monochromatic Colors of #b3c3cc

#b3c3cc

Complementary Color

#b3c3cc #ccbcb3

#b3c3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3c3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3c3cc Color CSS Codes

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

#b3c3cc Text Font Color

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

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


#b3c3cc Background Color

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

This div background color is #b3c3cc


#b3c3cc Border Color

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

This div border color is #b3c3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3c3cc


Comments

No comments written yet.

Please login to write comment.