Color Hex Logo

#b0cfdd Color Hex

#B0CFDD
(176,207,221)
0 Favorites   0 Comments

Color spaces of #b0cfdd

RGB 176207221
HSL0.550.400.78
HSV199°20°87°
CMYK 0.200.060.00   0.13
XYZ53.268559.076277.0019
Yxy59.07620.28130.3120
Hunter Lab76.8610-10.7975-5.5959
CIE-Lab81.3335-7.3034-10.3711

#b0cfdd color RGB value is (176,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11001111 11011101
Octal 260 317 335
Decimal 176 207 221
Hex B0 CF DD

RGB Percentages of Color #b0cfdd

%29.14
%34.27
%36.59

CMYK Percentages of Color #b0cfdd

%20
%6
%0
%13

Triadic Colors of #b0cfdd

#b0cfdd #ddb0cf #cfddb0

Analogous Colors of #b0cfdd

#b0cfdd #b0b9dd #b0ddd5

Monochromatic Colors of #b0cfdd

#b0cfdd

Complementary Color

#b0cfdd #ddbeb0

#b0cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0cfdd Color CSS Codes

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

#b0cfdd Text Font Color

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

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


#b0cfdd Background Color

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

This div background color is #b0cfdd


#b0cfdd Border Color

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

This div border color is #b0cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0cfdd


Comments

No comments written yet.

Please login to write comment.