Color Hex Logo

#b2ccdc Color Hex

#B2CCDC
(178,204,220)
0 Favorites   0 Comments

Color spaces of #b2ccdc

RGB 178204220
HSL0.560.380.78
HSV203°19°86°
CMYK 0.190.070.00   0.14
XYZ52.871257.818076.0835
Yxy57.81800.28310.3096
Hunter Lab76.0381-8.9513-6.0987
CIE-Lab80.6375-5.3310-10.8598

#b2ccdc color RGB value is (178,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001100 11011100
Octal 262 314 334
Decimal 178 204 220
Hex B2 CC DC

RGB Percentages of Color #b2ccdc

%29.57
%33.89
%36.54

CMYK Percentages of Color #b2ccdc

%19
%7
%0
%14

Triadic Colors of #b2ccdc

#b2ccdc #dcb2cc #ccdcb2

Analogous Colors of #b2ccdc

#b2ccdc #b2b7dc #b2dcd7

Monochromatic Colors of #b2ccdc

#b2ccdc

Complementary Color

#b2ccdc #dcc2b2

#b2ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ccdc Color CSS Codes

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

#b2ccdc Text Font Color

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

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


#b2ccdc Background Color

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

This div background color is #b2ccdc


#b2ccdc Border Color

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

This div border color is #b2ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ccdc


Comments

No comments written yet.

Please login to write comment.