Color Hex Logo

#b3dbd1 Color Hex

#B3DBD1
(179,219,209)
0 Favorites   0 Comments

Color spaces of #b3dbd1

RGB 179219209
HSL0.460.360.78
HSV165°18°86°
CMYK 0.180.000.05   0.14
XYZ55.430564.850269.9174
Yxy64.85020.29140.3410
Hunter Lab80.5296-18.06094.8940
CIE-Lab84.4065-15.04590.5686

#b3dbd1 color RGB value is (179,219,209).

#b3dbd1 hex color red value is 179, green value is 219 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #b3dbd1 hue: 0.46 , saturation: 0.36 and the lightness value of b3dbd1 is 0.78.

The process color (four color CMYK) of #b3dbd1 color hex is 0.18, 0.00, 0.05, 0.14. Web safe color of #b3dbd1 is #cccccc. Color #b3dbd1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011011 11010001
Octal 263 333 321
Decimal 179 219 209
Hex B3 DB D1

RGB Percentages of Color #b3dbd1

%29.49
%36.08
%34.43

CMYK Percentages of Color #b3dbd1

%18
%0
%5
%14

Triadic Colors of #b3dbd1

#b3dbd1 #d1b3db #dbd1b3

Analogous Colors of #b3dbd1

#b3dbd1 #b3d1db #b3dbbd

Monochromatic Colors of #b3dbd1

#b3dbd1

Complementary Color

#b3dbd1 #dbb3bd

#b3dbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dbd1 Color CSS Codes

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

#b3dbd1 Text Font Color

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

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


#b3dbd1 Background Color

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

This div background color is #b3dbd1


#b3dbd1 Border Color

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

This div border color is #b3dbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dbd1


Comments

No comments written yet.

Please login to write comment.