Color Hex Logo

#b4dbdd Color Hex

#B4DBDD
(180,219,221)
0 Favorites   0 Comments

Color spaces of #b4dbdd

RGB 180219221
HSL0.510.380.79
HSV183°19°87°
CMYK 0.190.010.00   0.13
XYZ57.205165.586878.0511
Yxy65.58680.28480.3266
Hunter Lab80.9857-15.6396-0.4516
CIE-Lab84.7852-12.2671-5.2255

#b4dbdd color RGB value is (180,219,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011011 11011101
Octal 264 333 335
Decimal 180 219 221
Hex B4 DB DD

RGB Percentages of Color #b4dbdd

%29.03
%35.32
%35.65

CMYK Percentages of Color #b4dbdd

%19
%1
%0
%13

Triadic Colors of #b4dbdd

#b4dbdd #ddb4db #dbddb4

Analogous Colors of #b4dbdd

#b4dbdd #b4c7dd #b4ddcb

Monochromatic Colors of #b4dbdd

#b4dbdd

Complementary Color

#b4dbdd #ddb6b4

#b4dbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4dbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4dbdd Color CSS Codes

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

#b4dbdd Text Font Color

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

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


#b4dbdd Background Color

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

This div background color is #b4dbdd


#b4dbdd Border Color

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

This div border color is #b4dbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4dbdd


Comments

No comments written yet.

Please login to write comment.