Color Hex Logo

#b0cfdc Color Hex

#B0CFDC
(176,207,220)
0 Favorites   0 Comments

Color spaces of #b0cfdc

RGB 176207220
HSL0.550.390.78
HSV198°20°86°
CMYK 0.200.060.00   0.14
XYZ53.135659.023176.3022
Yxy59.02310.28190.3132
Hunter Lab76.8265-10.9902-5.1068
CIE-Lab81.3043-7.5208-9.8801

#b0cfdc color RGB value is (176,207,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11001111 11011100
Octal 260 317 334
Decimal 176 207 220
Hex B0 CF DC

RGB Percentages of Color #b0cfdc

%29.19
%34.33
%36.48

CMYK Percentages of Color #b0cfdc

%20
%6
%0
%14

Triadic Colors of #b0cfdc

#b0cfdc #dcb0cf #cfdcb0

Analogous Colors of #b0cfdc

#b0cfdc #b0b9dc #b0dcd3

Monochromatic Colors of #b0cfdc

#b0cfdc

Complementary Color

#b0cfdc #dcbdb0

#b0cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0cfdc Color CSS Codes

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

#b0cfdc Text Font Color

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

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


#b0cfdc Background Color

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

This div background color is #b0cfdc


#b0cfdc Border Color

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

This div border color is #b0cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0cfdc


Comments

No comments written yet.

Please login to write comment.