Color Hex Logo

#b4d9dd Color Hex

#B4D9DD
(180,217,221)
0 Favorites   0 Comments

Color spaces of #b4d9dd

RGB 180217221
HSL0.520.380.79
HSV186°19°87°
CMYK 0.190.020.00   0.13
XYZ56.686464.549577.8782
Yxy64.54950.28470.3242
Hunter Lab80.3427-14.6577-1.2314
CIE-Lab84.2511-11.2445-6.0142

#b4d9dd color RGB value is (180,217,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011001 11011101
Octal 264 331 335
Decimal 180 217 221
Hex B4 D9 DD

RGB Percentages of Color #b4d9dd

%29.13
%35.11
%35.76

CMYK Percentages of Color #b4d9dd

%19
%2
%0
%13

Triadic Colors of #b4d9dd

#b4d9dd #ddb4d9 #d9ddb4

Analogous Colors of #b4d9dd

#b4d9dd #b4c5dd #b4ddcd

Monochromatic Colors of #b4d9dd

#b4d9dd

Complementary Color

#b4d9dd #ddb8b4

#b4d9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4d9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4d9dd Color CSS Codes

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

#b4d9dd Text Font Color

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

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


#b4d9dd Background Color

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

This div background color is #b4d9dd


#b4d9dd Border Color

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

This div border color is #b4d9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4d9dd


Comments

No comments written yet.

Please login to write comment.