Color Hex Logo

#b5cbee Color Hex

#B5CBEE
(181,203,238)
0 Favorites   0 Comments

Color spaces of #b5cbee

RGB 181203238
HSL0.600.630.82
HSV217°24°93°
CMYK 0.240.150.00   0.07
XYZ55.844658.708789.2775
Yxy58.70870.27400.2880
Hunter Lab76.6216-3.9905-15.4480
CIE-Lab81.13120.1094-19.7258

#b5cbee color RGB value is (181,203,238).

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

The process color (four color CMYK) of #b5cbee color hex is 0.24, 0.15, 0.00, 0.07. Web safe color of #b5cbee is #ccccff. Color #b5cbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001011 11101110
Octal 265 313 356
Decimal 181 203 238
Hex B5 CB EE

RGB Percentages of Color #b5cbee

%29.10
%32.64
%38.26

CMYK Percentages of Color #b5cbee

%24
%15
%0
%7

Triadic Colors of #b5cbee

#b5cbee #eeb5cb #cbeeb5

Analogous Colors of #b5cbee

#b5cbee #bcb5ee #b5e8ee

Monochromatic Colors of #b5cbee

#b5cbee

Complementary Color

#b5cbee #eed8b5

#b5cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cbee Color CSS Codes

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

#b5cbee Text Font Color

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

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


#b5cbee Background Color

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

This div background color is #b5cbee


#b5cbee Border Color

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

This div border color is #b5cbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cbee


Comments

No comments written yet.

Please login to write comment.