Color Hex Logo

#b6befd Color Hex

#B6BEFD
(182,190,253)
0 Favorites   0 Comments

Color spaces of #b6befd

RGB 182190253
HSL0.650.950.85
HSV233°28°99°
CMYK 0.280.250.00   0.01
XYZ55.434553.8638100.4036
Yxy53.86380.26430.2569
Hunter Lab73.39206.3889-29.7371
CIE-Lab78.382210.9307-31.9393

#b6befd color RGB value is (182,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111110 11111101
Octal 266 276 375
Decimal 182 190 253
Hex B6 BE FD

RGB Percentages of Color #b6befd

%29.12
%30.40
%40.48

CMYK Percentages of Color #b6befd

%28
%25
%0
%1

Triadic Colors of #b6befd

#b6befd #fdb6be #befdb6

Analogous Colors of #b6befd

#b6befd #d2b6fd #b6e2fd

Monochromatic Colors of #b6befd

#b6befd

Complementary Color

#b6befd #fdf5b6

#b6befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6befd Color CSS Codes

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

#b6befd Text Font Color

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

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


#b6befd Background Color

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

This div background color is #b6befd


#b6befd Border Color

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

This div border color is #b6befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6befd


Comments

No comments written yet.

Please login to write comment.