Color Hex Logo

#b0cbdf Color Hex

#B0CBDF
(176,203,223)
0 Favorites   0 Comments

Color spaces of #b0cbdf

RGB 176203223
HSL0.570.420.78
HSV206°21°87°
CMYK 0.210.090.00   0.13
XYZ52.579757.269778.0949
Yxy57.26970.27980.3047
Hunter Lab75.6767-8.4137-8.2108
CIE-Lab80.3310-4.7672-12.9386

#b0cbdf color RGB value is (176,203,223).

#b0cbdf hex color red value is 176, green value is 203 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b0cbdf hue: 0.57 , saturation: 0.42 and the lightness value of b0cbdf is 0.78.

The process color (four color CMYK) of #b0cbdf color hex is 0.21, 0.09, 0.00, 0.13. Web safe color of #b0cbdf is #99cccc. Color #b0cbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11001011 11011111
Octal 260 313 337
Decimal 176 203 223
Hex B0 CB DF

RGB Percentages of Color #b0cbdf

%29.24
%33.72
%37.04

CMYK Percentages of Color #b0cbdf

%21
%9
%0
%13

Triadic Colors of #b0cbdf

#b0cbdf #dfb0cb #cbdfb0

Analogous Colors of #b0cbdf

#b0cbdf #b0b4df #b0dfdc

Monochromatic Colors of #b0cbdf

#b0cbdf

Complementary Color

#b0cbdf #dfc4b0

#b0cbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0cbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0cbdf Color CSS Codes

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

#b0cbdf Text Font Color

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

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


#b0cbdf Background Color

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

This div background color is #b0cbdf


#b0cbdf Border Color

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

This div border color is #b0cbdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,203,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0cbdf


Comments

No comments written yet.

Please login to write comment.