Color Hex Logo

#b5dce8 Color Hex

#B5DCE8
(181,220,232)
0 Favorites   0 Comments

Color spaces of #b5dce8

RGB 181220232
HSL0.540.530.81
HSV194°22°91°
CMYK 0.220.050.00   0.09
XYZ59.214766.836486.1237
Yxy66.83640.27910.3150
Hunter Lab81.7535-13.7798-5.2319
CIE-Lab85.4213-10.1221-10.0985

#b5dce8 color RGB value is (181,220,232).

#b5dce8 hex color red value is 181, green value is 220 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #b5dce8 hue: 0.54 , saturation: 0.53 and the lightness value of b5dce8 is 0.81.

The process color (four color CMYK) of #b5dce8 color hex is 0.22, 0.05, 0.00, 0.09. Web safe color of #b5dce8 is #ccccff. Color #b5dce8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011100 11101000
Octal 265 334 350
Decimal 181 220 232
Hex B5 DC E8

RGB Percentages of Color #b5dce8

%28.59
%34.76
%36.65

CMYK Percentages of Color #b5dce8

%22
%5
%0
%9

Triadic Colors of #b5dce8

#b5dce8 #e8b5dc #dce8b5

Analogous Colors of #b5dce8

#b5dce8 #b5c3e8 #b5e8db

Monochromatic Colors of #b5dce8

#b5dce8

Complementary Color

#b5dce8 #e8c1b5

#b5dce8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dce8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dce8 Color CSS Codes

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

#b5dce8 Text Font Color

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

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


#b5dce8 Background Color

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

This div background color is #b5dce8


#b5dce8 Border Color

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

This div border color is #b5dce8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,220,232, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dce8

#b5dce8 Color Palettes


Comments

No comments written yet.

Please login to write comment.