Color Hex Logo

#b5d5ff Color Hex

#B5D5FF
(181,213,255)
0 Favorites   0 Comments

Color spaces of #b5d5ff

RGB 181213255
HSL0.591.000.85
HSV214°29°100°
CMYK 0.290.160.00   0.00
XYZ60.900364.6323103.8732
Yxy64.63230.26550.2817
Hunter Lab80.3942-5.4724-20.3296
CIE-Lab84.2939-1.2486-23.9638

#b5d5ff color RGB value is (181,213,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11010101 11111111
Octal 265 325 377
Decimal 181 213 255
Hex B5 D5 FF

RGB Percentages of Color #b5d5ff

%27.89
%32.82
%39.29

CMYK Percentages of Color #b5d5ff

%29
%16
%0
%0

Triadic Colors of #b5d5ff

#b5d5ff #ffb5d5 #d5ffb5

Analogous Colors of #b5d5ff

#b5d5ff #bab5ff #b5faff

Monochromatic Colors of #b5d5ff

#b5d5ff

Complementary Color

#b5d5ff #ffdfb5

#b5d5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5d5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5d5ff Color CSS Codes

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

#b5d5ff Text Font Color

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

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


#b5d5ff Background Color

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

This div background color is #b5d5ff


#b5d5ff Border Color

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

This div border color is #b5d5ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5d5ff

Related Colors


Comments

No comments written yet.

Please login to write comment.