Color Hex Logo

#b1dddc Color Hex

#B1DDDC
(177,221,220)
0 Favorites   0 Comments

Color spaces of #b1dddc

RGB 177221220
HSL0.500.390.78
HSV179°20°87°
CMYK 0.200.000.00   0.13
XYZ56.906266.227377.4940
Yxy66.22730.28360.3301
Hunter Lab81.3802-17.59670.5074
CIE-Lab85.1122-14.4132-4.2348

#b1dddc color RGB value is (177,221,220).

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

The process color (four color CMYK) of #b1dddc color hex is 0.20, 0.00, 0.00, 0.13. Web safe color of #b1dddc is #99cccc. Color #b1dddc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011101 11011100
Octal 261 335 334
Decimal 177 221 220
Hex B1 DD DC

RGB Percentages of Color #b1dddc

%28.64
%35.76
%35.60

CMYK Percentages of Color #b1dddc

%20
%0
%0
%13

Triadic Colors of #b1dddc

#b1dddc #dcb1dd #dddcb1

Analogous Colors of #b1dddc

#b1dddc #b1c8dd #b1ddc6

Monochromatic Colors of #b1dddc

#b1dddc

Complementary Color

#b1dddc #ddb1b2

#b1dddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dddc Color CSS Codes

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

#b1dddc Text Font Color

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

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


#b1dddc Background Color

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

This div background color is #b1dddc


#b1dddc Border Color

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

This div border color is #b1dddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,221,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b1dddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dddc


Comments

No comments written yet.

Please login to write comment.