Color Hex Logo

#b2c5cc Color Hex

#B2C5CC
(178,197,204)
0 Favorites   0 Comments

Color spaces of #b2c5cc

RGB 178197204
HSL0.540.200.75
HSV196°13°80°
CMYK 0.130.030.00   0.20
XYZ49.225453.757164.9084
Yxy53.75710.29320.3202
Hunter Lab73.3192-8.4665-1.1651
CIE-Lab78.3199-5.0191-5.7026

#b2c5cc color RGB value is (178,197,204).

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

The process color (four color CMYK) of #b2c5cc color hex is 0.13, 0.03, 0.00, 0.20. Web safe color of #b2c5cc is #99cccc. Color #b2c5cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11000101 11001100
Octal 262 305 314
Decimal 178 197 204
Hex B2 C5 CC

RGB Percentages of Color #b2c5cc

%30.74
%34.02
%35.23

CMYK Percentages of Color #b2c5cc

%13
%3
%0
%20

Triadic Colors of #b2c5cc

#b2c5cc #ccb2c5 #c5ccb2

Analogous Colors of #b2c5cc

#b2c5cc #b2b8cc #b2ccc6

Monochromatic Colors of #b2c5cc

#b2c5cc

Complementary Color

#b2c5cc #ccb9b2

#b2c5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2c5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2c5cc Color CSS Codes

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

#b2c5cc Text Font Color

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

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


#b2c5cc Background Color

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

This div background color is #b2c5cc


#b2c5cc Border Color

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

This div border color is #b2c5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2c5cc


Comments

No comments written yet.

Please login to write comment.