Color Hex Logo

#b8d9dd Color Hex

#B8D9DD
(184,217,221)
0 Favorites   0 Comments

Color spaces of #b8d9dd

RGB 184217221
HSL0.520.350.79
HSV186°17°87°
CMYK 0.170.020.00   0.13
XYZ57.631265.036577.9224
Yxy65.03650.28730.3242
Hunter Lab80.6452-13.5683-0.8366
CIE-Lab84.5025-10.0031-5.6144

#b8d9dd color RGB value is (184,217,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011001 11011101
Octal 270 331 335
Decimal 184 217 221
Hex B8 D9 DD

RGB Percentages of Color #b8d9dd

%29.58
%34.89
%35.53

CMYK Percentages of Color #b8d9dd

%17
%2
%0
%13

Triadic Colors of #b8d9dd

#b8d9dd #ddb8d9 #d9ddb8

Analogous Colors of #b8d9dd

#b8d9dd #b8c7dd #b8ddcf

Monochromatic Colors of #b8d9dd

#b8d9dd

Complementary Color

#b8d9dd #ddbcb8

#b8d9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8d9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8d9dd Color CSS Codes

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

#b8d9dd Text Font Color

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

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


#b8d9dd Background Color

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

This div background color is #b8d9dd


#b8d9dd Border Color

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

This div border color is #b8d9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8d9dd


Comments

No comments written yet.

Please login to write comment.