Color Hex Logo

#b3ccdc Color Hex

#B3CCDC
(179,204,220)
0 Favorites   0 Comments

Color spaces of #b3ccdc

RGB 179204220
HSL0.570.370.78
HSV203°19°86°
CMYK 0.190.070.00   0.14
XYZ53.101557.936776.0943
Yxy57.93670.28380.3096
Hunter Lab76.1162-8.6750-5.9917
CIE-Lab80.7036-5.0197-10.7543

#b3ccdc color RGB value is (179,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001100 11011100
Octal 263 314 334
Decimal 179 204 220
Hex B3 CC DC

RGB Percentages of Color #b3ccdc

%29.68
%33.83
%36.48

CMYK Percentages of Color #b3ccdc

%19
%7
%0
%14

Triadic Colors of #b3ccdc

#b3ccdc #dcb3cc #ccdcb3

Analogous Colors of #b3ccdc

#b3ccdc #b3b8dc #b3dcd8

Monochromatic Colors of #b3ccdc

#b3ccdc

Complementary Color

#b3ccdc #dcc3b3

#b3ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ccdc Color CSS Codes

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

#b3ccdc Text Font Color

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

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


#b3ccdc Background Color

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

This div background color is #b3ccdc


#b3ccdc Border Color

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

This div border color is #b3ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ccdc


Comments

No comments written yet.

Please login to write comment.