Color Hex Logo

#b0cedf Color Hex

#B0CEDF
(176,206,223)
0 Favorites   0 Comments

Color spaces of #b0cedf

RGB 176206223
HSL0.560.420.78
HSV202°21°87°
CMYK 0.210.080.00   0.13
XYZ53.295158.700478.3334
Yxy58.70040.28000.3084
Hunter Lab76.6162-9.9117-6.9875
CIE-Lab81.1266-6.3433-11.7489

#b0cedf color RGB value is (176,206,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11001110 11011111
Octal 260 316 337
Decimal 176 206 223
Hex B0 CE DF

RGB Percentages of Color #b0cedf

%29.09
%34.05
%36.86

CMYK Percentages of Color #b0cedf

%21
%8
%0
%13

Triadic Colors of #b0cedf

#b0cedf #dfb0ce #cedfb0

Analogous Colors of #b0cedf

#b0cedf #b0b7df #b0dfd9

Monochromatic Colors of #b0cedf

#b0cedf

Complementary Color

#b0cedf #dfc1b0

#b0cedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0cedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0cedf Color CSS Codes

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

#b0cedf Text Font Color

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

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


#b0cedf Background Color

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

This div background color is #b0cedf


#b0cedf Border Color

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

This div border color is #b0cedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0cedf


Comments

No comments written yet.

Please login to write comment.