Color Hex Logo

#b4dbfd Color Hex

#B4DBFD
(180,219,253)
0 Favorites   0 Comments

Color spaces of #b4dbfd

RGB 180219253
HSL0.580.950.85
HSV208°29°99°
CMYK 0.290.130.00   0.01
XYZ61.883567.4582102.6876
Yxy67.45820.26670.2907
Hunter Lab82.1329-9.2409-16.6349
CIE-Lab85.7348-5.1521-20.7275

#b4dbfd color RGB value is (180,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011011 11111101
Octal 264 333 375
Decimal 180 219 253
Hex B4 DB FD

RGB Percentages of Color #b4dbfd

%27.61
%33.59
%38.80

CMYK Percentages of Color #b4dbfd

%29
%13
%0
%1

Triadic Colors of #b4dbfd

#b4dbfd #fdb4db #dbfdb4

Analogous Colors of #b4dbfd

#b4dbfd #b4b7fd #b4fdfb

Monochromatic Colors of #b4dbfd

#b4dbfd

Complementary Color

#b4dbfd #fdd6b4

#b4dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4dbfd Color CSS Codes

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

#b4dbfd Text Font Color

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

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


#b4dbfd Background Color

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

This div background color is #b4dbfd


#b4dbfd Border Color

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

This div border color is #b4dbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4dbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.