Color Hex Logo

#b3cbdd Color Hex

#B3CBDD
(179,203,221)
0 Favorites   0 Comments

Color spaces of #b3cbdd

RGB 179203221
HSL0.570.380.78
HSV206°19°87°
CMYK 0.190.080.00   0.13
XYZ52.997557.516076.7151
Yxy57.51600.28310.3072
Hunter Lab75.8393-7.9806-6.8872
CIE-Lab80.4689-4.2773-11.6402

#b3cbdd color RGB value is (179,203,221).

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

The process color (four color CMYK) of #b3cbdd color hex is 0.19, 0.08, 0.00, 0.13. Web safe color of #b3cbdd is #cccccc. Color #b3cbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001011 11011101
Octal 263 313 335
Decimal 179 203 221
Hex B3 CB DD

RGB Percentages of Color #b3cbdd

%29.68
%33.67
%36.65

CMYK Percentages of Color #b3cbdd

%19
%8
%0
%13

Triadic Colors of #b3cbdd

#b3cbdd #ddb3cb #cbddb3

Analogous Colors of #b3cbdd

#b3cbdd #b3b6dd #b3ddda

Monochromatic Colors of #b3cbdd

#b3cbdd

Complementary Color

#b3cbdd #ddc5b3

#b3cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cbdd Color CSS Codes

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

#b3cbdd Text Font Color

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

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


#b3cbdd Background Color

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

This div background color is #b3cbdd


#b3cbdd Border Color

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

This div border color is #b3cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cbdd

#b3cbdd Color Palettes


Comments

No comments written yet.

Please login to write comment.