Color Hex Logo

#b7dcdd Color Hex

#B7DCDD
(183,220,221)
0 Favorites   0 Comments

Color spaces of #b7dcdd

RGB 183220221
HSL0.500.360.79
HSV182°17°87°
CMYK 0.170.000.00   0.13
XYZ58.172866.474178.1714
Yxy66.47410.28680.3278
Hunter Lab81.5317-15.32070.2257
CIE-Lab85.2377-11.8502-4.5373

#b7dcdd color RGB value is (183,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011100 11011101
Octal 267 334 335
Decimal 183 220 221
Hex B7 DC DD

RGB Percentages of Color #b7dcdd

%29.33
%35.26
%35.42

CMYK Percentages of Color #b7dcdd

%17
%0
%0
%13

Triadic Colors of #b7dcdd

#b7dcdd #ddb7dc #dcddb7

Analogous Colors of #b7dcdd

#b7dcdd #b7c9dd #b7ddcb

Monochromatic Colors of #b7dcdd

#b7dcdd

Complementary Color

#b7dcdd #ddb8b7

#b7dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dcdd Color CSS Codes

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

#b7dcdd Text Font Color

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

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


#b7dcdd Background Color

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

This div background color is #b7dcdd


#b7dcdd Border Color

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

This div border color is #b7dcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dcdd

#b7dcdd Color Palettes


Comments

No comments written yet.

Please login to write comment.