Color Hex Logo

#b2cbea Color Hex

#B2CBEA
(178,203,234)
1 Favorites   0 Comments

Color spaces of #b2cbea

RGB 178203234
HSL0.590.570.81
HSV213°24°92°
CMYK 0.240.130.00   0.08
XYZ54.567358.117486.1837
Yxy58.11740.27440.2922
Hunter Lab76.2348-5.6442-13.6632
CIE-Lab80.8040-1.6978-18.1022

#b2cbea color RGB value is (178,203,234).

#b2cbea hex color red value is 178, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b2cbea hue: 0.59 , saturation: 0.57 and the lightness value of b2cbea is 0.81.

The process color (four color CMYK) of #b2cbea color hex is 0.24, 0.13, 0.00, 0.08. Web safe color of #b2cbea is #99ccff. Color #b2cbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001011 11101010
Octal 262 313 352
Decimal 178 203 234
Hex B2 CB EA

RGB Percentages of Color #b2cbea

%28.94
%33.01
%38.05

CMYK Percentages of Color #b2cbea

%24
%13
%0
%8

Triadic Colors of #b2cbea

#b2cbea #eab2cb #cbeab2

Analogous Colors of #b2cbea

#b2cbea #b5b2ea #b2e7ea

Monochromatic Colors of #b2cbea

#b2cbea

Complementary Color

#b2cbea #ead1b2

#b2cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cbea Color CSS Codes

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

#b2cbea Text Font Color

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

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


#b2cbea Background Color

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

This div background color is #b2cbea


#b2cbea Border Color

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

This div border color is #b2cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cbea


Comments

No comments written yet.

Please login to write comment.