Color Hex Logo

#b7cbec Color Hex

#B7CBEC
(183,203,236)
0 Favorites   0 Comments

Color spaces of #b7cbec

RGB 183203236
HSL0.600.580.82
HSV217°22°93°
CMYK 0.220.140.00   0.07
XYZ56.024758.835387.7604
Yxy58.83530.27650.2904
Hunter Lab76.7042-3.8560-14.1432
CIE-Lab81.20100.2584-18.5392

#b7cbec color RGB value is (183,203,236).

#b7cbec hex color red value is 183, green value is 203 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b7cbec hue: 0.60 , saturation: 0.58 and the lightness value of b7cbec is 0.82.

The process color (four color CMYK) of #b7cbec color hex is 0.22, 0.14, 0.00, 0.07. Web safe color of #b7cbec is #ccccff. Color #b7cbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11001011 11101100
Octal 267 313 354
Decimal 183 203 236
Hex B7 CB EC

RGB Percentages of Color #b7cbec

%29.42
%32.64
%37.94

CMYK Percentages of Color #b7cbec

%22
%14
%0
%7

Triadic Colors of #b7cbec

#b7cbec #ecb7cb #cbecb7

Analogous Colors of #b7cbec

#b7cbec #beb7ec #b7e6ec

Monochromatic Colors of #b7cbec

#b7cbec

Complementary Color

#b7cbec #ecd8b7

#b7cbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7cbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7cbec Color CSS Codes

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

#b7cbec Text Font Color

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

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


#b7cbec Background Color

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

This div background color is #b7cbec


#b7cbec Border Color

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

This div border color is #b7cbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7cbec


Comments

No comments written yet.

Please login to write comment.