Color Hex Logo

#b5cdfa Color Hex

#B5CDFA
(181,205,250)
0 Favorites   0 Comments

Color spaces of #b5cdfa

RGB 181205250
HSL0.610.870.85
HSV219°28°98°
CMYK 0.280.180.00   0.02
XYZ58.142760.388599.0342
Yxy60.38850.26720.2776
Hunter Lab77.7100-2.4388-21.1626
CIE-Lab82.04891.8212-24.7284

#b5cdfa color RGB value is (181,205,250).

#b5cdfa hex color red value is 181, green value is 205 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b5cdfa hue: 0.61 , saturation: 0.87 and the lightness value of b5cdfa is 0.85.

The process color (four color CMYK) of #b5cdfa color hex is 0.28, 0.18, 0.00, 0.02. Web safe color of #b5cdfa is #ccccff. Color #b5cdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001101 11111010
Octal 265 315 372
Decimal 181 205 250
Hex B5 CD FA

RGB Percentages of Color #b5cdfa

%28.46
%32.23
%39.31

CMYK Percentages of Color #b5cdfa

%28
%18
%0
%2

Triadic Colors of #b5cdfa

#b5cdfa #fab5cd #cdfab5

Analogous Colors of #b5cdfa

#b5cdfa #c0b5fa #b5f0fa

Monochromatic Colors of #b5cdfa

#b5cdfa

Complementary Color

#b5cdfa #fae2b5

#b5cdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cdfa Color CSS Codes

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

#b5cdfa Text Font Color

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

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


#b5cdfa Background Color

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

This div background color is #b5cdfa


#b5cdfa Border Color

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

This div border color is #b5cdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cdfa


Comments

No comments written yet.

Please login to write comment.