Color Hex Logo

#b3d9cb Color Hex

#B3D9CB
(179,217,203)
0 Favorites   0 Comments

Color spaces of #b3d9cb

RGB 179217203
HSL0.440.330.78
HSV158°18°85°
CMYK 0.180.000.06   0.15
XYZ54.182863.521265.9050
Yxy63.52120.29510.3460
Hunter Lab79.7002-18.12526.7626
CIE-Lab83.7159-15.22722.7437

#b3d9cb color RGB value is (179,217,203).

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

The process color (four color CMYK) of #b3d9cb color hex is 0.18, 0.00, 0.06, 0.15. Web safe color of #b3d9cb is #cccccc. Color #b3d9cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011001 11001011
Octal 263 331 313
Decimal 179 217 203
Hex B3 D9 CB

RGB Percentages of Color #b3d9cb

%29.88
%36.23
%33.89

CMYK Percentages of Color #b3d9cb

%18
%0
%6
%15

Triadic Colors of #b3d9cb

#b3d9cb #cbb3d9 #d9cbb3

Analogous Colors of #b3d9cb

#b3d9cb #b3d4d9 #b3d9b8

Monochromatic Colors of #b3d9cb

#b3d9cb

Complementary Color

#b3d9cb #d9b3c1

#b3d9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3d9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3d9cb Color CSS Codes

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

#b3d9cb Text Font Color

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

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


#b3d9cb Background Color

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

This div background color is #b3d9cb


#b3d9cb Border Color

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

This div border color is #b3d9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3d9cb


Comments

No comments written yet.

Please login to write comment.