Color Hex Logo

#b5cafd Color Hex

#B5CAFD
(181,202,253)
0 Favorites   0 Comments

Color spaces of #b5cafd

RGB 181202253
HSL0.620.950.85
HSV223°28°99°
CMYK 0.280.200.00   0.01
XYZ57.906259.1567101.2949
Yxy59.15670.26520.2709
Hunter Lab76.9134-0.2102-24.2455
CIE-Lab81.37774.1383-27.3492

#b5cafd color RGB value is (181,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001010 11111101
Octal 265 312 375
Decimal 181 202 253
Hex B5 CA FD

RGB Percentages of Color #b5cafd

%28.46
%31.76
%39.78

CMYK Percentages of Color #b5cafd

%28
%20
%0
%1

Triadic Colors of #b5cafd

#b5cafd #fdb5ca #cafdb5

Analogous Colors of #b5cafd

#b5cafd #c4b5fd #b5eefd

Monochromatic Colors of #b5cafd

#b5cafd

Complementary Color

#b5cafd #fde8b5

#b5cafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cafd Color CSS Codes

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

#b5cafd Text Font Color

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

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


#b5cafd Background Color

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

This div background color is #b5cafd


#b5cafd Border Color

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

This div border color is #b5cafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cafd


Comments

No comments written yet.

Please login to write comment.