Color Hex Logo

#b3cccc Color Hex

#B3CCCC
(179,204,204)
0 Favorites   0 Comments

Color spaces of #b3cccc

RGB 179204204
HSL0.500.200.75
HSV180°12°80°
CMYK 0.120.000.00   0.20
XYZ51.082457.129165.4614
Yxy57.12910.29410.3289
Hunter Lab75.5838-11.63461.5589
CIE-Lab80.2522-8.3609-2.8477

#b3cccc color RGB value is (179,204,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001100 11001100
Octal 263 314 314
Decimal 179 204 204
Hex B3 CC CC

RGB Percentages of Color #b3cccc

%30.49
%34.75
%34.75

CMYK Percentages of Color #b3cccc

%12
%0
%0
%20

Triadic Colors of #b3cccc

#b3cccc #ccb3cc #ccccb3

Analogous Colors of #b3cccc

#b3cccc #b3c0cc #b3ccc0

Monochromatic Colors of #b3cccc

#b3cccc

Complementary Color

#b3cccc #ccb3b3

#b3cccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cccc Color CSS Codes

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

#b3cccc Text Font Color

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

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


#b3cccc Background Color

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

This div background color is #b3cccc


#b3cccc Border Color

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

This div border color is #b3cccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cccc


Comments

No comments written yet.

Please login to write comment.