Color Hex Logo

#b7bdfd Color Hex

#B7BDFD
(183,189,253)
0 Favorites   0 Comments

Color spaces of #b7bdfd

RGB 183189253
HSL0.650.950.85
HSV235°28°99°
CMYK 0.280.250.00   0.01
XYZ55.455753.5543100.3427
Yxy53.55430.26490.2558
Hunter Lab73.18087.1992-30.0696
CIE-Lab78.201111.7647-32.2122

#b7bdfd color RGB value is (183,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111101 11111101
Octal 267 275 375
Decimal 183 189 253
Hex B7 BD FD

RGB Percentages of Color #b7bdfd

%29.28
%30.24
%40.48

CMYK Percentages of Color #b7bdfd

%28
%25
%0
%1

Triadic Colors of #b7bdfd

#b7bdfd #fdb7bd #bdfdb7

Analogous Colors of #b7bdfd

#b7bdfd #d4b7fd #b7e0fd

Monochromatic Colors of #b7bdfd

#b7bdfd

Complementary Color

#b7bdfd #fdf7b7

#b7bdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7bdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7bdfd Color CSS Codes

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

#b7bdfd Text Font Color

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

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


#b7bdfd Background Color

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

This div background color is #b7bdfd


#b7bdfd Border Color

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

This div border color is #b7bdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7bdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.