Color Hex Logo

#b7dadd Color Hex

#B7DADD
(183,218,221)
0 Favorites   0 Comments

Color spaces of #b7dadd

RGB 183218221
HSL0.510.360.79
HSV185°17°87°
CMYK 0.170.010.00   0.13
XYZ57.651065.430577.9974
Yxy65.43050.28670.3254
Hunter Lab80.8891-14.3361-0.5480
CIE-Lab84.7051-10.8277-5.3226

#b7dadd color RGB value is (183,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011010 11011101
Octal 267 332 335
Decimal 183 218 221
Hex B7 DA DD

RGB Percentages of Color #b7dadd

%29.42
%35.05
%35.53

CMYK Percentages of Color #b7dadd

%17
%1
%0
%13

Triadic Colors of #b7dadd

#b7dadd #ddb7da #daddb7

Analogous Colors of #b7dadd

#b7dadd #b7c7dd #b7ddcd

Monochromatic Colors of #b7dadd

#b7dadd

Complementary Color

#b7dadd #ddbab7

#b7dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dadd Color CSS Codes

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

#b7dadd Text Font Color

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

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


#b7dadd Background Color

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

This div background color is #b7dadd


#b7dadd Border Color

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

This div border color is #b7dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dadd


Comments

No comments written yet.

Please login to write comment.