Color Hex Logo

#b4dbe0 Color Hex

#B4DBE0
(180,219,224)
0 Favorites   0 Comments

Color spaces of #b4dbe0

RGB 180219224
HSL0.520.420.79
HSV187°20°88°
CMYK 0.200.020.00   0.12
XYZ57.608565.748280.1754
Yxy65.74820.28300.3230
Hunter Lab81.0853-15.0806-1.8650
CIE-Lab84.8678-11.6331-6.6924

#b4dbe0 color RGB value is (180,219,224).

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

The process color (four color CMYK) of #b4dbe0 color hex is 0.20, 0.02, 0.00, 0.12. Web safe color of #b4dbe0 is #cccccc. Color #b4dbe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011011 11100000
Octal 264 333 340
Decimal 180 219 224
Hex B4 DB E0

RGB Percentages of Color #b4dbe0

%28.89
%35.15
%35.96

CMYK Percentages of Color #b4dbe0

%20
%2
%0
%12

Triadic Colors of #b4dbe0

#b4dbe0 #e0b4db #dbe0b4

Analogous Colors of #b4dbe0

#b4dbe0 #b4c5e0 #b4e0cf

Monochromatic Colors of #b4dbe0

#b4dbe0

Complementary Color

#b4dbe0 #e0b9b4

#b4dbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4dbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4dbe0 Color CSS Codes

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

#b4dbe0 Text Font Color

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

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


#b4dbe0 Background Color

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

This div background color is #b4dbe0


#b4dbe0 Border Color

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

This div border color is #b4dbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4dbe0


Comments

No comments written yet.

Please login to write comment.