Color Hex Logo

#b3dbea Color Hex

#B3DBEA
(179,219,234)
0 Favorites   0 Comments

Color spaces of #b3dbea

RGB 179219234
HSL0.550.570.81
HSV196°24°92°
CMYK 0.240.060.00   0.08
XYZ58.773266.187387.5196
Yxy66.18730.27660.3115
Hunter Lab81.3556-13.4196-6.8333
CIE-Lab85.0919-9.7663-11.6603

#b3dbea color RGB value is (179,219,234).

#b3dbea hex color red value is 179, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b3dbea hue: 0.55 , saturation: 0.57 and the lightness value of b3dbea is 0.81.

The process color (four color CMYK) of #b3dbea color hex is 0.24, 0.06, 0.00, 0.08. Web safe color of #b3dbea is #ccccff. Color #b3dbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011011 11101010
Octal 263 333 352
Decimal 179 219 234
Hex B3 DB EA

RGB Percentages of Color #b3dbea

%28.32
%34.65
%37.03

CMYK Percentages of Color #b3dbea

%24
%6
%0
%8

Triadic Colors of #b3dbea

#b3dbea #eab3db #dbeab3

Analogous Colors of #b3dbea

#b3dbea #b3c0ea #b3eade

Monochromatic Colors of #b3dbea

#b3dbea

Complementary Color

#b3dbea #eac2b3

#b3dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dbea Color CSS Codes

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

#b3dbea Text Font Color

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

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


#b3dbea Background Color

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

This div background color is #b3dbea


#b3dbea Border Color

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

This div border color is #b3dbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dbea


Comments

No comments written yet.

Please login to write comment.