Color Hex Logo

#b4d7dd Color Hex

#B4D7DD
(180,215,221)
0 Favorites   0 Comments

Color spaces of #b4d7dd

RGB 180215221
HSL0.520.380.79
HSV189°19°87°
CMYK 0.190.030.00   0.13
XYZ56.174063.524677.7074
Yxy63.52460.28460.3218
Hunter Lab79.7023-13.6727-2.0144
CIE-Lab83.7176-10.2172-6.8030

#b4d7dd color RGB value is (180,215,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11010111 11011101
Octal 264 327 335
Decimal 180 215 221
Hex B4 D7 DD

RGB Percentages of Color #b4d7dd

%29.22
%34.90
%35.88

CMYK Percentages of Color #b4d7dd

%19
%3
%0
%13

Triadic Colors of #b4d7dd

#b4d7dd #ddb4d7 #d7ddb4

Analogous Colors of #b4d7dd

#b4d7dd #b4c3dd #b4ddcf

Monochromatic Colors of #b4d7dd

#b4d7dd

Complementary Color

#b4d7dd #ddbab4

#b4d7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4d7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4d7dd Color CSS Codes

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

#b4d7dd Text Font Color

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

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


#b4d7dd Background Color

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

This div background color is #b4d7dd


#b4d7dd Border Color

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

This div border color is #b4d7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4d7dd


Comments

No comments written yet.

Please login to write comment.