Color Hex Logo

#b3dfdb Color Hex

#B3DFDB
(179,223,219)
0 Favorites   0 Comments

Color spaces of #b3dfdb

RGB 179223219
HSL0.480.410.79
HSV175°20°87°
CMYK 0.200.000.02   0.13
XYZ57.764367.473576.9970
Yxy67.47350.28560.3336
Hunter Lab82.1423-18.22371.9234
CIE-Lab85.7425-15.0222-2.7656

#b3dfdb color RGB value is (179,223,219).

#b3dfdb hex color red value is 179, green value is 223 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b3dfdb hue: 0.48 , saturation: 0.41 and the lightness value of b3dfdb is 0.79.

The process color (four color CMYK) of #b3dfdb color hex is 0.20, 0.00, 0.02, 0.13. Web safe color of #b3dfdb is #cccccc. Color #b3dfdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011111 11011011
Octal 263 337 333
Decimal 179 223 219
Hex B3 DF DB

RGB Percentages of Color #b3dfdb

%28.82
%35.91
%35.27

CMYK Percentages of Color #b3dfdb

%20
%0
%2
%13

Triadic Colors of #b3dfdb

#b3dfdb #dbb3df #dfdbb3

Analogous Colors of #b3dfdb

#b3dfdb #b3cddf #b3dfc5

Monochromatic Colors of #b3dfdb

#b3dfdb

Complementary Color

#b3dfdb #dfb3b7

#b3dfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dfdb Color CSS Codes

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

#b3dfdb Text Font Color

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

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


#b3dfdb Background Color

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

This div background color is #b3dfdb


#b3dfdb Border Color

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

This div border color is #b3dfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dfdb


Comments

No comments written yet.

Please login to write comment.