Color Hex Logo

#b0ccdc Color Hex

#B0CCDC
(176,204,220)
0 Favorites   0 Comments

Color spaces of #b0ccdc

RGB 176204220
HSL0.560.390.78
HSV202°20°86°
CMYK 0.200.070.00   0.14
XYZ52.415657.583176.0622
Yxy57.58310.28170.3095
Hunter Lab75.8835-9.4995-6.3111
CIE-Lab80.5064-5.9507-11.0692

#b0ccdc color RGB value is (176,204,220).

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

The process color (four color CMYK) of #b0ccdc color hex is 0.20, 0.07, 0.00, 0.14. Web safe color of #b0ccdc is #99cccc. Color #b0ccdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11001100 11011100
Octal 260 314 334
Decimal 176 204 220
Hex B0 CC DC

RGB Percentages of Color #b0ccdc

%29.33
%34.00
%36.67

CMYK Percentages of Color #b0ccdc

%20
%7
%0
%14

Triadic Colors of #b0ccdc

#b0ccdc #dcb0cc #ccdcb0

Analogous Colors of #b0ccdc

#b0ccdc #b0b6dc #b0dcd6

Monochromatic Colors of #b0ccdc

#b0ccdc

Complementary Color

#b0ccdc #dcc0b0

#b0ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0ccdc Color CSS Codes

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

#b0ccdc Text Font Color

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

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


#b0ccdc Background Color

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

This div background color is #b0ccdc


#b0ccdc Border Color

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

This div border color is #b0ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0ccdc


Comments

No comments written yet.

Please login to write comment.