Color Hex Logo

#b0ccec Color Hex

#B0CCEC
(176,204,236)
0 Favorites   0 Comments

Color spaces of #b0ccec

RGB 176204236
HSL0.590.610.81
HSV212°25°93°
CMYK 0.250.140.00   0.07
XYZ54.637758.472087.7634
Yxy58.47200.27200.2911
Hunter Lab76.4670-6.2742-14.5220
CIE-Lab81.0005-2.3661-18.8869

#b0ccec color RGB value is (176,204,236).

#b0ccec hex color red value is 176, green value is 204 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b0ccec hue: 0.59 , saturation: 0.61 and the lightness value of b0ccec is 0.81.

The process color (four color CMYK) of #b0ccec color hex is 0.25, 0.14, 0.00, 0.07. Web safe color of #b0ccec is #99ccff. Color #b0ccec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11001100 11101100
Octal 260 314 354
Decimal 176 204 236
Hex B0 CC EC

RGB Percentages of Color #b0ccec

%28.57
%33.12
%38.31

CMYK Percentages of Color #b0ccec

%25
%14
%0
%7

Triadic Colors of #b0ccec

#b0ccec #ecb0cc #ccecb0

Analogous Colors of #b0ccec

#b0ccec #b2b0ec #b0eaec

Monochromatic Colors of #b0ccec

#b0ccec

Complementary Color

#b0ccec #ecd0b0

#b0ccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0ccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0ccec Color CSS Codes

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

#b0ccec Text Font Color

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

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


#b0ccec Background Color

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

This div background color is #b0ccec


#b0ccec Border Color

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

This div border color is #b0ccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0ccec


Comments

No comments written yet.

Please login to write comment.