Color Hex Logo

#b5cbfd Color Hex

#B5CBFD
(181,203,253)
0 Favorites   0 Comments

Color spaces of #b5cbfd

RGB 181203253
HSL0.620.950.85
HSV222°28°99°
CMYK 0.280.200.00   0.01
XYZ58.141659.6275101.3734
Yxy59.62750.26530.2721
Hunter Lab77.2188-0.7322-23.7831
CIE-Lab81.63533.6013-26.9554

#b5cbfd color RGB value is (181,203,253).

#b5cbfd hex color red value is 181, green value is 203 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b5cbfd hue: 0.62 , saturation: 0.95 and the lightness value of b5cbfd is 0.85.

The process color (four color CMYK) of #b5cbfd color hex is 0.28, 0.20, 0.00, 0.01. Web safe color of #b5cbfd is #ccccff. Color #b5cbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001011 11111101
Octal 265 313 375
Decimal 181 203 253
Hex B5 CB FD

RGB Percentages of Color #b5cbfd

%28.41
%31.87
%39.72

CMYK Percentages of Color #b5cbfd

%28
%20
%0
%1

Triadic Colors of #b5cbfd

#b5cbfd #fdb5cb #cbfdb5

Analogous Colors of #b5cbfd

#b5cbfd #c3b5fd #b5effd

Monochromatic Colors of #b5cbfd

#b5cbfd

Complementary Color

#b5cbfd #fde7b5

#b5cbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cbfd Color CSS Codes

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

#b5cbfd Text Font Color

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

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


#b5cbfd Background Color

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

This div background color is #b5cbfd


#b5cbfd Border Color

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

This div border color is #b5cbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cbfd


Comments

No comments written yet.

Please login to write comment.