Color Hex Logo

#b5dcff Color Hex

#B5DCFF
(181,220,255)
0 Favorites   0 Comments

Color spaces of #b5dcff

RGB 181220255
HSL0.581.000.85
HSV208°29°100°
CMYK 0.290.140.00   0.00
XYZ62.699368.2302104.4729
Yxy68.23020.26630.2898
Hunter Lab82.6016-9.0611-17.1678
CIE-Lab86.1214-4.9226-21.1911

#b5dcff color RGB value is (181,220,255).

#b5dcff hex color red value is 181, green value is 220 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b5dcff hue: 0.58 , saturation: 1.00 and the lightness value of b5dcff is 0.85.

The process color (four color CMYK) of #b5dcff color hex is 0.29, 0.14, 0.00, 0.00. Web safe color of #b5dcff is #ccccff. Color #b5dcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011100 11111111
Octal 265 334 377
Decimal 181 220 255
Hex B5 DC FF

RGB Percentages of Color #b5dcff

%27.59
%33.54
%38.87

CMYK Percentages of Color #b5dcff

%29
%14
%0
%0

Triadic Colors of #b5dcff

#b5dcff #ffb5dc #dcffb5

Analogous Colors of #b5dcff

#b5dcff #b5b7ff #b5fffd

Monochromatic Colors of #b5dcff

#b5dcff

Complementary Color

#b5dcff #ffd8b5

#b5dcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dcff Color CSS Codes

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

#b5dcff Text Font Color

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

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


#b5dcff Background Color

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

This div background color is #b5dcff


#b5dcff Border Color

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

This div border color is #b5dcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dcff


Comments

No comments written yet.

Please login to write comment.