Color Hex Logo

#b7ddfd Color Hex

#B7DDFD
(183,221,253)
0 Favorites   0 Comments

Color spaces of #b7ddfd

RGB 183221253
HSL0.580.950.85
HSV207°28°99°
CMYK 0.280.130.00   0.01
XYZ63.114568.8720102.8956
Yxy68.87200.26870.2932
Hunter Lab82.9892-9.4791-15.4194
CIE-Lab86.4406-5.3398-19.6430

#b7ddfd color RGB value is (183,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011101 11111101
Octal 267 335 375
Decimal 183 221 253
Hex B7 DD FD

RGB Percentages of Color #b7ddfd

%27.85
%33.64
%38.51

CMYK Percentages of Color #b7ddfd

%28
%13
%0
%1

Triadic Colors of #b7ddfd

#b7ddfd #fdb7dd #ddfdb7

Analogous Colors of #b7ddfd

#b7ddfd #b7bafd #b7fdfa

Monochromatic Colors of #b7ddfd

#b7ddfd

Complementary Color

#b7ddfd #fdd7b7

#b7ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7ddfd Color CSS Codes

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

#b7ddfd Text Font Color

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

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


#b7ddfd Background Color

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

This div background color is #b7ddfd


#b7ddfd Border Color

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

This div border color is #b7ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7ddfd


Comments

No comments written yet.

Please login to write comment.