Color Hex Logo

#b3ccc8 Color Hex

#B3CCC8
(179,204,200)
0 Favorites   0 Comments

Color spaces of #b3ccc8

RGB 179204200
HSL0.470.200.75
HSV170°12°80°
CMYK 0.120.000.02   0.20
XYZ50.608656.939662.9667
Yxy56.93960.29680.3339
Hunter Lab75.4583-12.33523.3459
CIE-Lab80.1456-9.1624-0.8593

#b3ccc8 color RGB value is (179,204,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001100 11001000
Octal 263 314 310
Decimal 179 204 200
Hex B3 CC C8

RGB Percentages of Color #b3ccc8

%30.70
%34.99
%34.31

CMYK Percentages of Color #b3ccc8

%12
%0
%2
%20

Triadic Colors of #b3ccc8

#b3ccc8 #c8b3cc #ccc8b3

Analogous Colors of #b3ccc8

#b3ccc8 #b3c4cc #b3ccbc

Monochromatic Colors of #b3ccc8

#b3ccc8

Complementary Color

#b3ccc8 #ccb3b7

#b3ccc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ccc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ccc8 Color CSS Codes

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

#b3ccc8 Text Font Color

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

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


#b3ccc8 Background Color

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

This div background color is #b3ccc8


#b3ccc8 Border Color

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

This div border color is #b3ccc8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,204,200, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ccc8


Comments

No comments written yet.

Please login to write comment.