Color Hex Logo

#b1ddce Color Hex

#B1DDCE
(177,221,206)
0 Favorites   0 Comments

Color spaces of #b1ddce

RGB 177221206
HSL0.440.390.78
HSV160°20°87°
CMYK 0.200.000.07   0.13
XYZ55.128565.516268.1328
Yxy65.51620.29200.3471
Hunter Lab80.9421-20.07486.7522
CIE-Lab84.7490-17.28242.6399

#b1ddce color RGB value is (177,221,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011101 11001110
Octal 261 335 316
Decimal 177 221 206
Hex B1 DD CE

RGB Percentages of Color #b1ddce

%29.30
%36.59
%34.11

CMYK Percentages of Color #b1ddce

%20
%0
%7
%13

Triadic Colors of #b1ddce

#b1ddce #ceb1dd #ddceb1

Analogous Colors of #b1ddce

#b1ddce #b1d6dd #b1ddb8

Monochromatic Colors of #b1ddce

#b1ddce

Complementary Color

#b1ddce #ddb1c0

#b1ddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ddce Color CSS Codes

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

#b1ddce Text Font Color

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

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


#b1ddce Background Color

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

This div background color is #b1ddce


#b1ddce Border Color

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

This div border color is #b1ddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ddce

#b1ddce Color Palettes


Comments

No comments written yet.

Please login to write comment.