Color Hex Logo

#b5befd Color Hex

#B5BEFD
(181,190,253)
0 Favorites   0 Comments

Color spaces of #b5befd

RGB 181190253
HSL0.650.950.85
HSV233°28°99°
CMYK 0.280.250.00   0.01
XYZ55.199153.7425100.3925
Yxy53.74250.26370.2567
Hunter Lab73.30936.1125-29.8775
CIE-Lab78.311310.6442-32.0544

#b5befd color RGB value is (181,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111110 11111101
Octal 265 276 375
Decimal 181 190 253
Hex B5 BE FD

RGB Percentages of Color #b5befd

%29.01
%30.45
%40.54

CMYK Percentages of Color #b5befd

%28
%25
%0
%1

Triadic Colors of #b5befd

#b5befd #fdb5be #befdb5

Analogous Colors of #b5befd

#b5befd #d0b5fd #b5e2fd

Monochromatic Colors of #b5befd

#b5befd

Complementary Color

#b5befd #fdf4b5

#b5befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5befd Color CSS Codes

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

#b5befd Text Font Color

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

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


#b5befd Background Color

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

This div background color is #b5befd


#b5befd Border Color

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

This div border color is #b5befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5befd


Comments

No comments written yet.

Please login to write comment.