Color Hex Logo

#b5cbea Color Hex

#B5CBEA
(181,203,234)
0 Favorites   0 Comments

Color spaces of #b5cbea

RGB 181203234
HSL0.600.560.81
HSV215°23°92°
CMYK 0.230.130.00   0.08
XYZ55.263358.476186.2162
Yxy58.47610.27640.2924
Hunter Lab76.4697-4.8231-13.3181
CIE-Lab81.0028-0.7951-17.7828

#b5cbea color RGB value is (181,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001011 11101010
Octal 265 313 352
Decimal 181 203 234
Hex B5 CB EA

RGB Percentages of Color #b5cbea

%29.29
%32.85
%37.86

CMYK Percentages of Color #b5cbea

%23
%13
%0
%8

Triadic Colors of #b5cbea

#b5cbea #eab5cb #cbeab5

Analogous Colors of #b5cbea

#b5cbea #bab5ea #b5e6ea

Monochromatic Colors of #b5cbea

#b5cbea

Complementary Color

#b5cbea #ead4b5

#b5cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cbea Color CSS Codes

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

#b5cbea Text Font Color

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

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


#b5cbea Background Color

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

This div background color is #b5cbea


#b5cbea Border Color

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

This div border color is #b5cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cbea

#b5cbea Color Palettes


Comments

No comments written yet.

Please login to write comment.