Color Hex Logo

#b7cbea Color Hex

#B7CBEA
(183,203,234)
0 Favorites   0 Comments

Color spaces of #b7cbea

RGB 183203234
HSL0.600.550.82
HSV216°22°92°
CMYK 0.220.130.00   0.08
XYZ55.735758.719786.2383
Yxy58.71970.27770.2926
Hunter Lab76.6288-4.2690-13.0850
CIE-Lab81.1373-0.1892-17.5667

#b7cbea color RGB value is (183,203,234).

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

The process color (four color CMYK) of #b7cbea color hex is 0.22, 0.13, 0.00, 0.08. Web safe color of #b7cbea is #ccccff. Color #b7cbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11001011 11101010
Octal 267 313 352
Decimal 183 203 234
Hex B7 CB EA

RGB Percentages of Color #b7cbea

%29.52
%32.74
%37.74

CMYK Percentages of Color #b7cbea

%22
%13
%0
%8

Triadic Colors of #b7cbea

#b7cbea #eab7cb #cbeab7

Analogous Colors of #b7cbea

#b7cbea #bdb7ea #b7e5ea

Monochromatic Colors of #b7cbea

#b7cbea

Complementary Color

#b7cbea #ead6b7

#b7cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7cbea Color CSS Codes

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

#b7cbea Text Font Color

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

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


#b7cbea Background Color

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

This div background color is #b7cbea


#b7cbea Border Color

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

This div border color is #b7cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7cbea


Comments

No comments written yet.

Please login to write comment.