Color Hex Logo

#b8dadd Color Hex

#B8DADD
(184,218,221)
0 Favorites   0 Comments

Color spaces of #b8dadd

RGB 184218221
HSL0.510.350.79
HSV185°17°87°
CMYK 0.170.010.00   0.13
XYZ57.889765.553678.0086
Yxy65.55360.28740.3254
Hunter Lab80.9652-14.0624-0.4493
CIE-Lab84.7682-10.5164-5.2223

#b8dadd color RGB value is (184,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011010 11011101
Octal 270 332 335
Decimal 184 218 221
Hex B8 DA DD

RGB Percentages of Color #b8dadd

%29.53
%34.99
%35.47

CMYK Percentages of Color #b8dadd

%17
%1
%0
%13

Triadic Colors of #b8dadd

#b8dadd #ddb8da #daddb8

Analogous Colors of #b8dadd

#b8dadd #b8c8dd #b8ddce

Monochromatic Colors of #b8dadd

#b8dadd

Complementary Color

#b8dadd #ddbbb8

#b8dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dadd Color CSS Codes

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

#b8dadd Text Font Color

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

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


#b8dadd Background Color

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

This div background color is #b8dadd


#b8dadd Border Color

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

This div border color is #b8dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dadd


Comments

No comments written yet.

Please login to write comment.