Color Hex Logo

#b4dbee Color Hex

#B4DBEE
(180,219,238)
0 Favorites   0 Comments

Color spaces of #b4dbee

RGB 180219238
HSL0.550.630.82
HSV200°24°93°
CMYK 0.240.080.00   0.07
XYZ59.586566.539490.5918
Yxy66.53940.27490.3070
Hunter Lab81.5717-12.3597-8.7460
CIE-Lab85.2708-8.5817-13.5027

#b4dbee color RGB value is (180,219,238).

#b4dbee hex color red value is 180, green value is 219 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b4dbee hue: 0.55 , saturation: 0.63 and the lightness value of b4dbee is 0.82.

The process color (four color CMYK) of #b4dbee color hex is 0.24, 0.08, 0.00, 0.07. Web safe color of #b4dbee is #ccccff. Color #b4dbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011011 11101110
Octal 264 333 356
Decimal 180 219 238
Hex B4 DB EE

RGB Percentages of Color #b4dbee

%28.26
%34.38
%37.36

CMYK Percentages of Color #b4dbee

%24
%8
%0
%7

Triadic Colors of #b4dbee

#b4dbee #eeb4db #dbeeb4

Analogous Colors of #b4dbee

#b4dbee #b4beee #b4eee4

Monochromatic Colors of #b4dbee

#b4dbee

Complementary Color

#b4dbee #eec7b4

#b4dbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4dbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4dbee Color CSS Codes

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

#b4dbee Text Font Color

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

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


#b4dbee Background Color

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

This div background color is #b4dbee


#b4dbee Border Color

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

This div border color is #b4dbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4dbee


Comments

No comments written yet.

Please login to write comment.