Color Hex Logo

#b5dbea Color Hex

#B5DBEA
(181,219,234)
0 Favorites   0 Comments

Color spaces of #b5dbea

RGB 181219234
HSL0.550.560.81
HSV197°23°92°
CMYK 0.230.060.00   0.08
XYZ59.238966.427387.5414
Yxy66.42730.27780.3116
Hunter Lab81.5029-12.8907-6.6307
CIE-Lab85.2139-9.1702-11.4654

#b5dbea color RGB value is (181,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011011 11101010
Octal 265 333 352
Decimal 181 219 234
Hex B5 DB EA

RGB Percentages of Color #b5dbea

%28.55
%34.54
%36.91

CMYK Percentages of Color #b5dbea

%23
%6
%0
%8

Triadic Colors of #b5dbea

#b5dbea #eab5db #dbeab5

Analogous Colors of #b5dbea

#b5dbea #b5c1ea #b5eadf

Monochromatic Colors of #b5dbea

#b5dbea

Complementary Color

#b5dbea #eac4b5

#b5dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dbea Color CSS Codes

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

#b5dbea Text Font Color

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

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


#b5dbea Background Color

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

This div background color is #b5dbea


#b5dbea Border Color

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

This div border color is #b5dbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dbea


Comments

No comments written yet.

Please login to write comment.