Color Hex Logo

#b9dbea Color Hex

#B9DBEA
(185,219,234)
0 Favorites   0 Comments

Color spaces of #b9dbea

RGB 185219234
HSL0.550.540.82
HSV198°21°92°
CMYK 0.210.060.00   0.08
XYZ60.190466.917887.5860
Yxy66.91780.28040.3117
Hunter Lab81.8033-11.8165-6.2189
CIE-Lab85.4624-7.9668-11.0685

#b9dbea color RGB value is (185,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011011 11101010
Octal 271 333 352
Decimal 185 219 234
Hex B9 DB EA

RGB Percentages of Color #b9dbea

%29.00
%34.33
%36.68

CMYK Percentages of Color #b9dbea

%21
%6
%0
%8

Triadic Colors of #b9dbea

#b9dbea #eab9db #dbeab9

Analogous Colors of #b9dbea

#b9dbea #b9c3ea #b9eae1

Monochromatic Colors of #b9dbea

#b9dbea

Complementary Color

#b9dbea #eac8b9

#b9dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dbea Color CSS Codes

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

#b9dbea Text Font Color

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

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


#b9dbea Background Color

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

This div background color is #b9dbea


#b9dbea Border Color

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

This div border color is #b9dbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dbea


Comments

No comments written yet.

Please login to write comment.