Color Hex Logo

#b0ddce Color Hex

#B0DDCE
(176,221,206)
0 Favorites   0 Comments

Color spaces of #b0ddce

RGB 176221206
HSL0.440.400.78
HSV160°20°87°
CMYK 0.200.000.07   0.13
XYZ54.901565.399268.1222
Yxy65.39920.29140.3471
Hunter Lab80.8698-20.34066.6648
CIE-Lab84.6890-17.59692.5453

#b0ddce color RGB value is (176,221,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11011101 11001110
Octal 260 335 316
Decimal 176 221 206
Hex B0 DD CE

RGB Percentages of Color #b0ddce

%29.19
%36.65
%34.16

CMYK Percentages of Color #b0ddce

%20
%0
%7
%13

Triadic Colors of #b0ddce

#b0ddce #ceb0dd #ddceb0

Analogous Colors of #b0ddce

#b0ddce #b0d6dd #b0ddb8

Monochromatic Colors of #b0ddce

#b0ddce

Complementary Color

#b0ddce #ddb0bf

#b0ddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0ddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0ddce Color CSS Codes

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

#b0ddce Text Font Color

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

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


#b0ddce Background Color

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

This div background color is #b0ddce


#b0ddce Border Color

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

This div border color is #b0ddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0ddce


Comments

No comments written yet.

Please login to write comment.