Color Hex Logo

#b3cbde Color Hex

#B3CBDE
(179,203,222)
0 Favorites   0 Comments

Color spaces of #b3cbde

RGB 179203222
HSL0.570.390.79
HSV207°19°87°
CMYK 0.190.090.00   0.13
XYZ53.131257.569577.4190
Yxy57.56950.28240.3060
Hunter Lab75.8746-7.7858-7.3847
CIE-Lab80.4989-4.0604-12.1313

#b3cbde color RGB value is (179,203,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001011 11011110
Octal 263 313 336
Decimal 179 203 222
Hex B3 CB DE

RGB Percentages of Color #b3cbde

%29.64
%33.61
%36.75

CMYK Percentages of Color #b3cbde

%19
%9
%0
%13

Triadic Colors of #b3cbde

#b3cbde #deb3cb #cbdeb3

Analogous Colors of #b3cbde

#b3cbde #b3b6de #b3dedc

Monochromatic Colors of #b3cbde

#b3cbde

Complementary Color

#b3cbde #dec6b3

#b3cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cbde Color CSS Codes

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

#b3cbde Text Font Color

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

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


#b3cbde Background Color

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

This div background color is #b3cbde


#b3cbde Border Color

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

This div border color is #b3cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cbde


Comments

No comments written yet.

Please login to write comment.