Color Hex Logo

#b4dbde Color Hex

#B4DBDE
(180,219,222)
0 Favorites   0 Comments

Color spaces of #b4dbde

RGB 180219222
HSL0.510.390.79
HSV184°19°87°
CMYK 0.190.010.00   0.13
XYZ57.338765.640378.7550
Yxy65.64030.28420.3254
Hunter Lab81.0187-15.4544-0.9203
CIE-Lab84.8126-12.0568-5.7147

#b4dbde color RGB value is (180,219,222).

#b4dbde hex color red value is 180, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b4dbde hue: 0.51 , saturation: 0.39 and the lightness value of b4dbde is 0.79.

The process color (four color CMYK) of #b4dbde color hex is 0.19, 0.01, 0.00, 0.13. Web safe color of #b4dbde is #cccccc. Color #b4dbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011011 11011110
Octal 264 333 336
Decimal 180 219 222
Hex B4 DB DE

RGB Percentages of Color #b4dbde

%28.99
%35.27
%35.75

CMYK Percentages of Color #b4dbde

%19
%1
%0
%13

Triadic Colors of #b4dbde

#b4dbde #deb4db #dbdeb4

Analogous Colors of #b4dbde

#b4dbde #b4c6de #b4decc

Monochromatic Colors of #b4dbde

#b4dbde

Complementary Color

#b4dbde #deb7b4

#b4dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4dbde Color CSS Codes

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

#b4dbde Text Font Color

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

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


#b4dbde Background Color

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

This div background color is #b4dbde


#b4dbde Border Color

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

This div border color is #b4dbde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,219,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b4dbde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4dbde


Comments

No comments written yet.

Please login to write comment.