Color Hex Logo

#b3dbde Color Hex

#B3DBDE
(179,219,222)
0 Favorites   0 Comments

Color spaces of #b3dbde

RGB 179219222
HSL0.510.390.79
HSV184°19°87°
CMYK 0.190.010.00   0.13
XYZ57.106765.520778.7441
Yxy65.52070.28360.3254
Hunter Lab80.9449-15.7215-1.0166
CIE-Lab84.7513-12.3633-5.8121

#b3dbde color RGB value is (179,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011011 11011110
Octal 263 333 336
Decimal 179 219 222
Hex B3 DB DE

RGB Percentages of Color #b3dbde

%28.87
%35.32
%35.81

CMYK Percentages of Color #b3dbde

%19
%1
%0
%13

Triadic Colors of #b3dbde

#b3dbde #deb3db #dbdeb3

Analogous Colors of #b3dbde

#b3dbde #b3c6de #b3decc

Monochromatic Colors of #b3dbde

#b3dbde

Complementary Color

#b3dbde #deb6b3

#b3dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dbde Color CSS Codes

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

#b3dbde Text Font Color

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

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


#b3dbde Background Color

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

This div background color is #b3dbde


#b3dbde Border Color

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

This div border color is #b3dbde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,219,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 #b3dbde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dbde


Comments

No comments written yet.

Please login to write comment.