Color Hex Logo

#b3c2cd Color Hex

#B3C2CD
(179,194,205)
0 Favorites   0 Comments

Color spaces of #b3c2cd

RGB 179194205
HSL0.570.210.75
HSV205°13°80°
CMYK 0.130.050.00   0.20
XYZ48.901652.575165.3282
Yxy52.57510.29320.3152
Hunter Lab72.5087-6.5055-2.6625
CIE-Lab77.6235-2.8996-7.2654

#b3c2cd color RGB value is (179,194,205).

#b3c2cd hex color red value is 179, green value is 194 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b3c2cd hue: 0.57 , saturation: 0.21 and the lightness value of b3c2cd is 0.75.

The process color (four color CMYK) of #b3c2cd color hex is 0.13, 0.05, 0.00, 0.20. Web safe color of #b3c2cd is #cccccc. Color #b3c2cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11000010 11001101
Octal 263 302 315
Decimal 179 194 205
Hex B3 C2 CD

RGB Percentages of Color #b3c2cd

%30.97
%33.56
%35.47

CMYK Percentages of Color #b3c2cd

%13
%5
%0
%20

Triadic Colors of #b3c2cd

#b3c2cd #cdb3c2 #c2cdb3

Analogous Colors of #b3c2cd

#b3c2cd #b3b5cd #b3cdcb

Monochromatic Colors of #b3c2cd

#b3c2cd

Complementary Color

#b3c2cd #cdbeb3

#b3c2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3c2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3c2cd Color CSS Codes

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

#b3c2cd Text Font Color

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

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


#b3c2cd Background Color

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

This div background color is #b3c2cd


#b3c2cd Border Color

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

This div border color is #b3c2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3c2cd


Comments

No comments written yet.

Please login to write comment.